Improve merge support for records with no uuid
for now we "pretend" they have a uuid still, custom view is responsible for determining the value for each row if needed
This commit is contained in:
parent
58354e7adf
commit
214f3d9b1e
4 changed files with 74 additions and 18 deletions
|
@ -192,7 +192,7 @@
|
|||
% if grid.check_all_handler:
|
||||
@check-all="${grid.check_all_handler}"
|
||||
% endif
|
||||
% if isinstance(grid.checkable, six.string_types):
|
||||
% if isinstance(grid.checkable, str):
|
||||
:is-row-checkable="${grid.row_checkable}"
|
||||
% elif grid.checkable:
|
||||
:is-row-checkable="row => row._checkable"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue