Hi all,
i have a table records of 10 rows need to show one by one record in popup with pagination like next,previous,first and last page navigations
ex;
first time student john record will come in popup after that click next david record should come
Student ID | Std Name | Age | RNo | Address |
1234 | John | 12 | 234 | UK |
1235 | David | 13 | 245 | USA |
1236 | Mark | 14 | 212 | CHN |
need to dispaly above recors in popup with pagination options dynamically how can i achieve that