[–] javajosh 12y ago ↗ If you just want responsive tables, you can pop this into your CSS: img,canvas,iframe,video,svg{max-width:100%}.overflow-container{overflow-y:scroll;-webkit-overflow-scrolling:touch} This seems to be doing a lot more, of course, including sorting, column selection and more.
[–] charlieirish 12y ago ↗ Great to see some innovation with data tables and UI. You might also like Backgrid which has the following features out of the box:- Sorting- Filtering (server/client/fuzzy)- Searching (client/server)- Persistence (using backbone REST routes)- Inline Editing (multiple types including dates, urls, dropdowns)- Paginationhttps://github.com/wyuenho/backgridhttp://backgridjs.com/
[–] nick32m 12y ago ↗ Just wondering if OP is a dota friend. Tablesaw just reminds me of Timbersaw(a hero in dota) lol
3 comments
[ 3.2 ms ] story [ 16.3 ms ] thread- Sorting
- Filtering (server/client/fuzzy)
- Searching (client/server)
- Persistence (using backbone REST routes)
- Inline Editing (multiple types including dates, urls, dropdowns)
- Pagination
https://github.com/wyuenho/backgrid
http://backgridjs.com/