elm-sortable-table
elm-sortable-table copied to clipboard
Style table
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?
:+1: similar issues: #12, #14, #19 .
For now you could do via CSS by wrapping the table in a <div class="mytable">, and .mytable > table { ... } etc.