panel icon indicating copy to clipboard operation
panel copied to clipboard

TableEditEvent row index wrong when a Python filter is applied

Open maximlt opened this issue 2 years ago • 1 comments

When a Python filter is applied to a Tabulator widget, i.e. with add_filter(value, column), and a cell is changed in the filtered table, the row index returned by the TableEditEvent is not the one of the original DataFrame but the one of the current_view.

maximlt avatar Jun 30 '22 08:06 maximlt

Same issue with the click event.

maximlt avatar Jun 30 '22 08:06 maximlt