7 ms·
What alternatives have you found to be better? I'd be interested in checking them out.
by jobowoo 13y ago
What alternatives have you found to be better? I'd be interested in checking them out.
- kisielk 13y agoI'm not the parent, but we switched from Datatables to SlickGrid: https://github.com/mleibman/SlickGrid https://github.com/mleibman/SlickGrid Much nicer API and it's fast for large amounts of data. Unfortunately like many things it's lacking a lot of docs so you have to dig through the source of the examples.
- scr4ve 13y agoWe finally ended up picking http://dgrid.io/ http://dgrid.io/ over SlickGrid and jqGrid. As with every table component, there are some quirks, but we're really happy with it. Feels like the most modern table component to us.