Best Datagrid for Bootstrap/jQuery?

旧城冷巷雨未停 提交于 2020-01-04 13:42:14

问题


Been trying to Google for a while for a nice, modern, datagrid (not grid system) for Bootstrap or jQuery. Looked at GridUI(AngularJS) but it was very buggy, and looked at jQuery Bootgrid, but was wondering if any of you have experience with a solid one.


回答1:


I have been using Slickgrid for a long time in a massive project, and it is a really good grid with a lot of features. It took me a long time to get to know the grid, but that was 3 years ago, and there were no wiki at all, so I guess it will be a lot simpler now when there's actually some documentation. I did find a fork created to work with bootstrap at https://github.com/reebalazs/SlickGrid-bootstrap but i have not tried it myself.

There are some limitations to how you can format it, but we have a totally white one with different themes that set row and menu colors etc. Se this post for a very alternative style: slickgrid styling

EDIT:

ag-grid.com is a pretty new grid that was created to be as fast as SlickGrid, include more functionality and it works with angular. From what I could find, it should work with bootstrap aswell. I have not tested it yet, but it looks really nice and I'm thinking of using it in my next project.



来源:https://stackoverflow.com/questions/28711201/best-datagrid-for-bootstrap-jquery

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