apgapg/json_table

Leaves remainder items after paginating.

Closed this issue · 1 comments

Example :
Number of items in list : 12
Pagination : 5

Expected Outcome : 3 pages => 5+5+2
Actual Outcome : 2 pages=>5+5

Fixed