Open sln2737 opened 1 year ago
Hi @sln2737,
do you mean when clicking on a tick cross like in the table below?
It'd be great if you could provide more details and a reproducible example 🙏
When we enable row_selectable = 'single' or 'multi', the tick box is appearing. When instead of placing the cursor on the cell I'am clicking the check box. I don't get trigger on selection, when I tick the box.
Can you share a minimal, reproducible example (MRE)?
In general, a complete script only with the essential code, which can be copied/pasted and immediately run as-is with no modifications.
The latest Panel Tabulator is awesome. One problem noticed when we added the tick box button to the tabulator rows, the on_click event is not getting fired on the tabulator object when we tick or untick the tick box. Can you do something on that?