elm-sortable-table
elm-sortable-table copied to clipboard
Add colgroup to customizations
colgroup is useful for setting properties of whole columns (like width) easily. This would also address #12 (in fact, this is exactly the use case I have). Also, it is also part of HTML so we should include it.
@cacay Sweet, I need exactly this as well. I was just about to do it myself, when I found this PR. @evancz any chance of you merging this? Would be much appreciated.