Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
22.64k stars 1.57k forks source link

Row selection: select all table rows even when the table is paginated #12841

Open melohagan opened 9 months ago

melohagan commented 9 months ago

Discussed in https://github.com/Budibase/budibase/discussions/8485

Originally posted by **luigiPinnaAevo** November 2, 2022 Hello, I enabled "Allow row selection" in my table because I need to allow users to select a single row or all rows for export table data. The selection and the export data work fine when there isn't pagination but if the table is paginated the row selection works only for the items on the first page and on other pages items remain unselected.

100 limit...pagination does not build a contingous selection for exporting. My employees been exporting pages and merging them in excel.

Only solution is to grab the Dataprovider TABLE Rows binding...where all the rows data exists. then maybe Pass that to a PHP script for export.


Ideally there should be some sort of bulk export, or export all rows action.

linear[bot] commented 9 months ago

BUDI-7940 Row selection: select all table rows even when the table is paginated

koepferd commented 2 days ago

Hey, we encounter the same issue in a project. Is there any update on future plans for a bulk export?

luigiPinnaAevo commented 2 days ago

Hi @koepferd, unfortunately I didn't solve that. If I remember well, I put a checkbox to change the pagination. When the user click on this checkbox he can view all items in the table without pagination, than he can select all items. But this implementation could be good for me because the number of items was not so large