elm-sortable-table icon indicating copy to clipboard operation
elm-sortable-table copied to clipboard

Custom Sorters

Open MelvIsntNormal opened this issue 7 years ago • 0 comments

I ran into an issue where I have a list of Maybe Ints that I need to sort in a particular way: All Nothings should come at the top, and the rest should be sorted as normal.

It would be great if there was a variation of the sorters that used List.sortWith instead of List.sortBy so one could provide an (a -> a -> Order) to sort the table

MelvIsntNormal avatar Oct 18 '17 12:10 MelvIsntNormal