siva nathan

siva nathan

  • 860
  • 819
  • 216.8k

Pagination in angular model popup dynamically

May 7 2021 11:38 AM
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
 

Answers (5)