Rewritten doc of stringColumn

This commit is contained in:
Lucas Payr 2020-06-23 09:38:07 +02:00
parent da5d813b42
commit ddf41fcfec

View File

@ -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 :