Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 868 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 868 Bytes

smart-table with flexbox and CSV export

I needed a table that:

  • supports sorting,
  • supports filtering (both column based and global)
  • is responsive preferbably using CSS rather that a polling JS loop
  • can be displayed so the content of the table is the only element that changes size as the viewport changes height
  • still supports exporting to CSV. As a bonus, the export honours the filters. You'll probably want to turn off paging to get all available rows.

This uses:

How to run

    git clone <this repo>
    cd <this repo>
    ./webserver.sh
    # open localhost:8080

Demo

https://tomsaleeba.github.io/smart-table-flexbox/