David-Mulder / paper-datatable

A material design implementation of a data table.
GNU General Public License v3.0
237 stars 92 forks source link

Is there a easy way to add a datatable-card with pagination?? #116

Closed oscar-dario-pabon closed 7 years ago

oscar-dario-pabon commented 7 years ago

Hi!,

Can anyone explain me how to implements a datatable-card with pagination??

Thanks.

RoXuS commented 7 years ago

Hi @senneko, you want pagination with a backend ?

This project is not longer maintained, you can use https://github.com/RoXuS/paper-datatable-api instead of this.

You have an exemple with pagination and an iron-ajax here : https://github.com/RoXuS/paper-datatable-api/blob/master/demo/advanced-demo.html

oscar-dario-pabon commented 7 years ago

Thanks a lot!!!