2

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.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
TomZilla
  • 33
  • 2
  • 6

1 Answers1

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.

Community
  • 1
  • 1
Binke
  • 897
  • 8
  • 25