DuneSt / MaterialDesignLite

This project prime goal is to bind the google's Material Design Lite project to Seaside and as second goal to build widgets on top of Material Design to help Seaside developers to create web applications with material design faster.
https://mdl.ferlicot.fr/
MIT License
40 stars 20 forks source link

Allow the MDLTableWidget to be paginated #300

Open juliendelplanque opened 4 years ago

juliendelplanque commented 4 years ago

Currently, the table shows all its content. It would be good to let it be paginated if needed. Or the opposite, be paginated by default (as it is better), and allow one to configure it to show all its content.