panel
panel copied to clipboard
TableEditEvent row index wrong when a Python filter is applied
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
.
Same issue with the click event.