datagrid
datagrid copied to clipboard
Tree-view how to delete a row
After spending an hour in documentation (https://ublaboo.org/datagrid/tree-view) I do not understand how to either remove the deleted row or redraw all subrows of certain item.
Is that even possible?
Ok, after another nearly while I found out that deletion works as expected when ids of each item is valid HTML IDs, this should be checked.
Though the problem seemed to disappear when properly done the row IDS (moved to #615) the deletion is still not possible. The snippet is not send if the item is not found in the data source.
@repli2dev And what do you propose?
@paveljanda No idea... as I do not understand the internals.