I want to paginate the total data rows to give me x number of pages with max of 100 elements per page similar to djangopaginator(obj_list, items_per_page, oprehans)
paginator(obj_list, items_per_page, oprehans)