pagingType should become option to disable count query
pagingType should become option to disable count query
![blackout](https://secure.gravatar.com/avatar/3db0978a5e9977ee318827d92697234c/?default=https%3A%2F%2Fvanillicon.com%2F3db0978a5e9977ee318827d92697234c_200.png&rating=g&size=120)
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.