Select all rows of the table
-
Hi, I am new to Quasar tables and wondering if there is a way to select all the rows present in a table?
I know there is an option to select multiple rows by ‘selection=“multiple”’ but it only selects the rows of one page. For eg.
My page is showing 20 rows for now and there are a total of 100 rows in my table. Is there a way to select all the 100 rows at one time and perform any action on it? -
Without knowing more about your specific problem, it seems you could do the action on data layer instead of UI.
-
@rajatpage use
header-selection
slot and make it so that whenselected
scope property is true then you push all your row data to your componentsselected
array.