How to limit number of data records initially displayed in the datagrid

0
I'd like to limit the number of data records initially displayed in the datagrid by the condition like Latest 1,000 data records or Data records created within the current month or Data records created since 1 month earlier And also allow the user to change the condition to view more than 1,000 records or data created from other months. Are there any ways to do this?
asked
1 answers
0

All individual options are possible, but you cannot define those on a single datagrid. But you can use multiple tabs with a datagrid for each filter.

answered