Prototype for dynamic table component. Create a HTML table based on JSON-structured data.
- Show & hide columns
- Programmable filters
- Sort columns alphanumerically
- Filtering on row values per column
Uses Handlebars templates.
Demo here: http://output.jsbin.com/tobibi/
Note: has a bug when using Filter on in combination with column filtering, due to source data being filtered twice (possibly, probably).