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.62k stars 1.56k forks source link

Pagination does not work with views #3669

Closed gvlx closed 12 months ago

gvlx commented 2 years ago

Describe the bug A Data provider should treat tables and their views as the same kind of object for pagination.

To Reproduce Steps to reproduce the behavior:

  1. Set a Data provider (or Table block or Repeater block) with a known table as source, with Pagination.
  2. Data will be shown and a pagination element is present.
  3. Change the Data source of same provider to a view of the original table
  4. The pagination element is no longer present

Expected behavior Pagination behavior should be the same with a table or a view.

Desktop (please complete the following information):

Additional context In my case, the view is just a filtered table.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

pandel commented 2 years ago

Will there be any progress in the near future in this regard? I have the same problem with the current budibase version...

estelle-d commented 1 year ago

Hello,

any news on that issue? I am having the same problem while I am using table to display "current user".table, the pagination is not working.

JaCoB1123 commented 1 year ago

I just started using Budibase and stumbled upon this issue as well. Using a Query in either Table or Table block does not show pagination any more.

jealouscloud commented 1 year ago

I encountered this as well. It appears to be that Tables will paginate, but queries will not. I think this might be documented somewhere, but just wanted to share my experience.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity.

brett-interact commented 1 year ago

This is still a problem, is there a workaround that I am missing?

melohagan commented 12 months ago

Views now support pagination 👍