Skip to content

tomsaleeba/smart-table-flexbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Demo showing a angular-smart-table styled with flexbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published