mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-22 18:38:23 +02:00
non dynamic search for button
This commit is contained in:
@ -82,6 +82,11 @@ class ButtonTable(tables.Table):
|
||||
'class':
|
||||
'table table condensed table-striped table-hover'
|
||||
}
|
||||
row_attrs = {
|
||||
'class': 'table-row',
|
||||
'data-href': lambda record: record.pk
|
||||
}
|
||||
|
||||
model = TransactionTemplate
|
||||
|
||||
def render_amount(self, value):
|
||||
|
Reference in New Issue
Block a user