mymotherland
mymotherland

Reputation: 8248

Jquery pagination with first,next and previous,last option

I have searched google for pagination, I found some of pagination.But none of them meet my requirement. I need something like

<< < 1 2 3 >> >

of course we can have like

First Next 1 2 3 Previous Last

I haven't yet found anything by searching on google. Kindly provide an example link for above requirement.

Thanks in Advance

Upvotes: 0

Views: 2493

Answers (1)

Sangeet Menon
Sangeet Menon

Reputation: 9915

You might want to have a look at DataTables

Its fulfills your requirement of pagination as well as it gives other facilities such as search and sort and the code is also highly editable....

Upvotes: 1

Related Questions