mirror of
https://github.com/Orasund/elm-ui-widgets.git
synced 2024-11-22 22:33:33 +03:00
Rewritten doc of stringColumn
This commit is contained in:
parent
da5d813b42
commit
ddf41fcfec
@ -484,9 +484,11 @@ floatColumn =
|
|||||||
|
|
||||||
{-| A Column containing a String
|
{-| A Column containing a String
|
||||||
|
|
||||||
`value >> toString` field will be used for sorting.
|
`value >> toString` field will be used for displaying the content.
|
||||||
|
|
||||||
For example `toString = String.toLower` will make the sorting case-insensitive.
|
`value` will be used for comparing the content
|
||||||
|
|
||||||
|
For example `value = String.toLower` will make the sorting case-insensitive.
|
||||||
|
|
||||||
-}
|
-}
|
||||||
stringColumn :
|
stringColumn :
|
||||||
|
Loading…
Reference in New Issue
Block a user