I have a table with a date column that I wish to display initially in descending order. This is not possible because the initialSort function only allows initial data to be sorted in ascending order.
Relevant issue from original library: evancz/elm-sortable-table#9
I believe extending the initialSort function to accept either a Bool, Sorter or a new Order type would be ideal.
Thanks for maintaining this nifty little library!
I have a table with a date column that I wish to display initially in descending order. This is not possible because the initialSort function only allows initial data to be sorted in ascending order.
Relevant issue from original library: evancz/elm-sortable-table#9
I believe extending the initialSort function to accept either a Bool, Sorter or a new Order type would be ideal.
Thanks for maintaining this nifty little library!