kendraio-app icon indicating copy to clipboard operation
kendraio-app copied to clipboard

Default grid pagination to "on" for large datasets

Open darrenmothersele opened this issue 5 years ago • 1 comments

I just imported over 40,000 items, and added a grid view. The browser became unresponsive.

Perhaps we should default pagination to "on", if the data set is above a certain size?

Current workaround: set the pagination options in "gridOptions" before importing the data, eg...

{
    "type": "grid",
    "gridOptions": {
        "pagination": true,
        "rowSelection": "multiple"
    }
}

darrenmothersele avatar Jan 30 '20 10:01 darrenmothersele

@dahacouk suggested that this could be a user setting. So user can set their own limit where auto-pagination kicks in.

darrenmothersele avatar Sep 14 '20 15:09 darrenmothersele