mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-04 07:02:12 +03:00
Merge pull request #1344 from NoRedInk/fix-todo
use the column header in the non-interactive case
This commit is contained in:
commit
83f92d0267
@ -355,7 +355,7 @@ buildTableColumn maybeUpdateMsg maybeState (Column column) =
|
||||
viewSortHeader (column.sorter /= Nothing) column.header maybeUpdateMsg state_ column.id
|
||||
|
||||
Nothing ->
|
||||
Debug.todo "non-sorted header"
|
||||
column.header
|
||||
, view = column.view
|
||||
, width = Css.px (toFloat column.width)
|
||||
, cellStyles = column.cellStyles
|
||||
|
Loading…
Reference in New Issue
Block a user