No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Select all rows of the table

    Framework
    3
    3
    220
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      rajatpage last edited by

      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?

      metalsadman 1 Reply Last reply Reply Quote 0
      • A
        Arto last edited by

        Without knowing more about your specific problem, it seems you could do the action on data layer instead of UI.

        1 Reply Last reply Reply Quote 0
        • metalsadman
          metalsadman @rajatpage last edited by metalsadman

          @rajatpage use header-selection slot and make it so that when selected scope property is true then you push all your row data to your components selected array.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post