mdgriffith / elm-ui

What if you never had to write CSS again?
https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/
BSD 3-Clause "New" or "Revised" License
1.35k stars 112 forks source link

Keyed.table support #245

Open cmditch opened 4 years ago

cmditch commented 4 years ago

Is this necessary or is something Element.indexedTable already keyed under the hood?

If not, perhaps an acceptable approach is to just output a Keyed element in each of the column's view functions?