I have a data grid consisting of 3 columns & many rows, i want to show only the first 20 rows to user. Is there any way i can show only the first 20 rows in my datagrid.After by clicking button ‘next’, next 20 rows should display and so on…
Share
If you have a list as a data provider (
ArrayCollectionor so) you can usefilterFunctionto filter your list.The sample code is here: