Is it possible to trigger a modal when clicking a row of tabulator?

Let’s say I hava tabulator of students’ name, id, address.

There is a database with exam scores associated with student’s id, I am wondering if I can click rows of each student, then pop up a modal displaying students’ scores in each semester.

Has Panel been developed with this ability?

Hi @erpang,

Have you tried the on_click callback from the tabulator panel page? Maybe that could trigger the modal don’t know haven’t tried it but seems a valid route to try

Thanks, Carl

1 Like