alfajango / jquery-dynatable

A more-fun, semantic, alternative to datatables
http://www.dynatable.com
Other
2.77k stars 361 forks source link

Page nation with 5 links #121

Open reddybabu1 opened 10 years ago

reddybabu1 commented 10 years ago

At the bottom are 5 pagination links, < (prev), 1, 2, 3, > (next). This is standard pagination functionality. The page the user is on should not be linked, when on the page 3 and the user clicks next, the user should see < (prev), 4, 5, 6, > (next)

I am using -paginationGap: [1,1,1,1] Now I am getting like: Previous 1 14 15 16 35 Next when i was in 15th page This case i need to show the page nation like: Previous 14 15 16 Next

how to remove 1(first) and 35(last) links in my page.

I have success fully integrate the dynatable according to client requirement accept this scenario.Please help this.