Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Limiting the number of rows to be displayed for table ui #28

Closed
jay9000 opened this issue Jul 27, 2016 · 1 comment
Closed

Limiting the number of rows to be displayed for table ui #28

jay9000 opened this issue Jul 27, 2016 · 1 comment

Comments

@jay9000
Copy link

jay9000 commented Jul 27, 2016

I'm working on a database with more than 10.000 data entries. Is there an option to define how many rows should be displayed?
I know that the Structured Data Plugin has the options max and limit and makes the table browsable if more rows are available. Some kind of pagination would be great to use the cool user interface with filters of strata for lots of data entries.

@bwanders
Copy link
Owner

Currently, there is no option to define how many rows should be displayed.

I agree that pagination would be nice, but since the filtering interface is complete client-side this would mean that pagination should also be client side -- and that means sending all 10k rows to the client when they browse to the page... I do not think that would be conductive to the user experience.

Unfortunately, I do not currently see a good way to combine pagination with our current filtering handling. Pull requests are welcome!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants