panel icon indicating copy to clipboard operation
panel copied to clipboard

Tabulator click_event not fired when tick box ticked/ unticked

Open sln2737 opened this issue 3 years ago • 3 comments

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?

sln2737 avatar Feb 01 '23 06:02 sln2737

Hi @sln2737,

do you mean when clicking on a tick cross like in the table below?

image

It'd be great if you could provide more details and a reproducible example 🙏

maximlt avatar Mar 03 '23 10:03 maximlt

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.

sln2737 avatar Jun 01 '23 22:06 sln2737

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.

hoxbro avatar Jun 02 '23 07:06 hoxbro