I'm looking for a All-in-one solution for HTML table management. What I'd like to acplish is to enable user a simple table management which would offer sorting by columns, filtering data (per column or per globally per table), moving columns (changing their order) and toggling columns visibility.
Basically an alternative to ExtJS's feature, which can be seen on this url .0.0/examples/grid/live-search-grid.html . I wouldn't like to use ExtJS for other reasons, but this they have figured out.
I've searched for existing solutions but couldn't find All-in-one and I wouldn't like to overly plicate my app.
I'm looking for a All-in-one solution for HTML table management. What I'd like to acplish is to enable user a simple table management which would offer sorting by columns, filtering data (per column or per globally per table), moving columns (changing their order) and toggling columns visibility.
Basically an alternative to ExtJS's feature, which can be seen on this url http://dev.sencha./extjs/5.0.0/examples/grid/live-search-grid.html . I wouldn't like to use ExtJS for other reasons, but this they have figured out.
I've searched for existing solutions but couldn't find All-in-one and I wouldn't like to overly plicate my app.
Share Improve this question edited Oct 28, 2016 at 20:49 Brian Tompsett - 汤莱恩 5,89372 gold badges61 silver badges133 bronze badges asked Jan 23, 2015 at 18:44 AlesitoAlesito 6052 gold badges9 silver badges15 bronze badges 3- jquery datatables does about everything tables/grids need to, but no matter what you use, do expect some elbow grease in customizing and connecting the features to your data. – dandavis Commented Jan 23, 2015 at 18:47
- 1 We've used jqGrid extensively. The latest version requires a mercial license, however. Also, these kinds of questions are off-topic for Stack Overflow, and this question is likely to get closed. See What topics can I ask about? for more information. – Cᴏʀʏ Commented Jan 23, 2015 at 18:48
- Well, I'll take a look at both of these. If it gets closed thanks for quick responses :) – Alesito Commented Jan 23, 2015 at 18:49
1 Answer
Reset to default 6This seems to be a question geared more toward personal preference, however I would remend dataTables. It is a very robust JQuery based HTML table library. It has the majority of the features found in ExtJS and provides easily implemented interactivity.