Pagination in table

Hi,

I’ve came across a beautiful responsible table layout in codepen(https://codepen.io/erinesullivan/pen/JvoBvq)

I’m wondering is it possible to add a pagination in this table like I need to show only first 10 items.

If you want only ten line items you can modify the HTML layout so that there are only ten rows in the table. Have a look at the following link which explains the layout and how it works.
https://mottie.github.io/tablesorter/docs/

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.