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
I just found out that an error is raised now when trying to update a cell in a column that is filtered by a header filter. This is because Tabulator implements _process_data to apply the header filters to data. This was done to fix some other bug, except that in this case after being filtered data can no longer be compared as it's one row smaller than the old data, as the row with the edited value is filtered out...
I just found out that an error is raised now when trying to update a cell in a column that is filtered by a header filter. This is because Tabulator implements
_process_data
to apply the header filters todata
. This was done to fix some other bug, except that in this case after being filtereddata
can no longer be compared as it's one row smaller than the old data, as the row with the edited value is filtered out...panel/panel/widgets/tables.py
Lines 1209 to 1230 in e43b8c5
The text was updated successfully, but these errors were encountered: