[Solved] QTable: How to catch the selected event of the top checkbox
-
Dear Quasar team,
I did a demo to illustrate my issue, could you please have a look?
https://codepen.io/Stanley-549393092/pen/ZEBozmo?editors=1011
As you can see, I can catch the selected event of checkbox in each line. However, how can I catch the top one (multiple select)?Regards
-
As far as I can tell from the Q-table API, you can only do this ‘officially’ (using the components api) by using the
header-selection
slot. -
@dobbel Thanks for the hint. Now I found the example.