Does anyone know a js lib for dynamic tables with pagination?

早过忘川 提交于 2019-12-24 09:07:02

问题


I have created a rails controller that returns JSON data. So, I cannot render the data on the server as usual with rails.

I can create a simple JS that can just take the JSON and create a table. But I which to support pagination. I looked a few such tables from jquery plugins but they do not use Bootstrap css, so it looks pretty nasty in my layout.

Has anyone encountered such a problem?


回答1:


I'd recommend you using Backbone and Backbone.Paginator. Fits your needs perfectly!



来源:https://stackoverflow.com/questions/13040088/does-anyone-know-a-js-lib-for-dynamic-tables-with-pagination

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!