The wrong Tabulator row is selected in the front-end when the data is filtered with add_filter. The front-end seems to use the index of the selected row from the whole DataFrame (I'm selecting the row 2 in the whole df) which is incorrect when the data is filtered. It doesn't seem to affect header_filter.
The wrong Tabulator row is selected in the front-end when the data is filtered with
add_filter
. The front-end seems to use the index of the selected row from the whole DataFrame (I'm selecting the row 2 in the whole df) which is incorrect when the data is filtered. It doesn't seem to affectheader_filter
.