Live data from Hacker News

Tablesaw – A group of plugins for responsive tables

github.com

1–4 of 4 posts

Re: Tablesaw – A group of plugins for responsive tables

#2
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.

Re: Tablesaw – A group of plugins for responsive tables

#3
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)

- Pagination

https://github.com/wyuenho/backgrid

http://backgridjs.com/