zouhir / jarvis

A very intelligent browser based Webpack dashboard
5.44k stars 191 forks source link

Add table sort feature #137

Closed stphnnnn closed 6 years ago

stphnnnn commented 6 years ago

Adds a feature I've wanted to have a for a while, a way to sort the modules table by size of the modules.

This adds two buttons to the modules table component to allow switching table sort mode between 'Name' (alphabetical) and 'Size'.

screen shot 2018-06-06 at 11 15 38

This also tidies up the table code a little bit by checking which data should be shown before declaring the JSX.

zouhir commented 6 years ago

this is great! thanks!