Improve checkbox click handling support for grids
i.e. let custom use define click handlers
This commit is contained in:
parent
a857d31776
commit
bcfb4f257d
5 changed files with 96 additions and 10 deletions
|
@ -253,7 +253,7 @@
|
|||
</%def>
|
||||
|
||||
<%def name="page_content()">
|
||||
<tailbone-grid
|
||||
<tailbone-grid :csrftoken="csrftoken"
|
||||
% if master.deletable and request.has_perm('{}.delete'.format(permission_prefix)) and master.delete_confirm == 'simple':
|
||||
@deleteActionClicked="deleteObject"
|
||||
% endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue