elm-sortable-table
elm-sortable-table copied to clipboard
Sortable tables for whatever data you want to display
Replaces the regular space between a column name and the sorting symbol with a non-breaking space, preventing wonky wrapping when the column's name is wider than the column's content.
I tried the `elm-sortable-table` with Twitter Bootstrap, but my table header was not displaying well. So I have found that the `` elements were not wrapped into `` before being...
Currently initial sort can be only ascending but in some cases it is useful to have it reverse (e.g. price, date).
Hello, Currently I want to use this table with Online data, as far as I know this library uses only local data, that means getting all the data from the...
Currently columns cannot be sorted using vimium (https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb), because there is no anchor to select. This trivial change makes the elements that change the sort order selectable with vimium, and...
I know I can use customizations for the rowAttrs, or for individual TD's, but I was curious how to wrap the view function that returns tr. While this gives a...
I ran into an issue where I have a list of `Maybe Int`s that I need to sort in a particular way: All `Nothing`s should come at the top, and...
How would you go on styling the table? The only way it seems it can work is styling `table`, `thead`, etc. Would that be the way to go?
Since the sortable table performs its sorting internally it is not possible to do any client-side paging while maintaining the global sort order for all of the data in the...