I need to display data from two tables side by side (Tab1 and Tab2) on
one page, whose data must be paginated independently.Each of these
tables can display, for example, a maximum of 25 rows.So, if Tab1
contains 50 lines and Tab2 5 lines, there must be a pagination of the
other 25 lines of Tab1.If Tab2 contains 30 lines and Tab1 10 lines, the
pagination of the remaining 5 lines Tab2 must occur.If both tables
contain more than 25 rows, pagination must occur for both.The form
structure is as foll...