Describe the solution you'd like
Pagination of records in the UI.
Currently, function will return only max of 100 records.
Query for offSet already exists in the backend code.
Need to implement UI functionality to be able to get next set of records if there are more than 100 records present in the database.
Describe the solution you'd like
Pagination of records in the UI.
Currently, function will return only max of 100 records.
Query for offSet already exists in the backend code.
Need to implement UI functionality to be able to get next set of records if there are more than 100 records present in the database.