You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, with each cell edit or row delete/revert in the data editor, the entire table is replaced with new data. This means that for every change, the data for the whole table is updated. We may need to consider a better approach by replacing only the necessary cells, checking cell metadata, and potentially filtering the cells that need to be updated.
The text was updated successfully, but these errors were encountered:
changes actionsCol field from '0' to 'rowMeta'
adds id field to rows before adding them to tabulator
removes watcher that replaces tabulator data on every change
row delete/edit/revert doesn't trigger replace all data
improves data editor rendering performance refs: #530
changes actionsCol field from '0' to 'rowMeta'
adds id field to rows before adding them to tabulator
removes watcher that replaces tabulator data on every change
row delete/edit/revert doesn't trigger replace all data
Currently, with each cell edit or row delete/revert in the data editor, the entire table is replaced with new data. This means that for every change, the data for the whole table is updated. We may need to consider a better approach by replacing only the necessary cells, checking cell metadata, and potentially filtering the cells that need to be updated.
The text was updated successfully, but these errors were encountered: