mirror of
https://github.com/Orasund/elm-ui-widgets.git
synced 2024-11-22 13:14:10 +03:00
Added Remark about sorting to Widget.StringColumn
This commit is contained in:
parent
237d675d55
commit
da5d813b42
@ -483,6 +483,11 @@ floatColumn =
|
||||
|
||||
|
||||
{-| A Column containing a String
|
||||
|
||||
`value >> toString` field will be used for sorting.
|
||||
|
||||
For example `toString = String.toLower` will make the sorting case-insensitive.
|
||||
|
||||
-}
|
||||
stringColumn :
|
||||
{ title : String
|
||||
|
Loading…
Reference in New Issue
Block a user