Use select all with qTable with grid option
-
How can I use select all with Qtable when using the grid option?
Adding a grid option in the below example removes the header and also takes away select all checkbox associated with the header. Please advise.
https://quasar.dev/vue-components/table#Example--Multiple-selection
Thanks
Hp -
@hpawar use
grid-header
prop. -
Thanks @metalsadman I missed it
-
@metalsadman I have another question. When I use pagination in the Qtable, the check all icon on header only selects rows specific to that page. Do you think it’s possible to make it select all the rows across all pages?