This functions pack contains functionality implementing data paging. There are two functions:
- loadDataWithPaging - this function implements a generic data paging that can work with any data table. It requires at least two parameters - a data model and a tale name.
- loadAllObjects - this function retrieves all objects from the specified table and returns the complete data set as a list.