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:
Lance Edgar 2023-06-18 18:50:01 -05:00
parent 58354e7adf
commit 214f3d9b1e
4 changed files with 74 additions and 18 deletions

View file

@ -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"