admin 管理员组文章数量: 1086019
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.
本文标签:
版权声明:本文标题:javascript - Functional HTML tables (sorting, filtering, moving and toggling columns) - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://roclinux.cn/p/1744041228a2523294.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论