holoviz / panel

Panel: The powerful data exploration & web app framework for Python
https://panel.holoviz.org
BSD 3-Clause "New" or "Revised" License
4.83k stars 519 forks source link

Tabulator click_event not fired when tick box ticked/ unticked #4375

Open sln2737 opened 1 year ago

sln2737 commented 1 year ago

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?

maximlt commented 1 year ago

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 🙏

sln2737 commented 1 year ago

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.

hoxbro commented 1 year ago

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.