pagingType should become option to disable count query
pagingType should become option to disable count query
blackout
Posts: 1Questions: 1Answers: 0
when having a lot of datasets in one table the count takes much more time to complete than the data query for the paginated list of datasets.
When having 100k+ entries with 10-20 columns this gets really bad for a web application.
Therefore, when using** pagingType "simple"**, there is no need to determine how many records are available.
Users who need this will find a way to display the last empty page.
So please consider this option
This discussion has been closed.