No explicit sorting links
This commit is contained in:
parent
05cd245102
commit
4179182ad0
@ -1,12 +1,10 @@
|
|||||||
^{cellContents}
|
|
||||||
$maybe flag <- sortableKey
|
$maybe flag <- sortableKey
|
||||||
$case directions
|
$case directions
|
||||||
$of [SortAsc]
|
$of [SortAsc]
|
||||||
<a href=#{tblLink $ setParam (wIdent "sorting") (Just $ flag <> "-desc")}>desc
|
<a href=#{tblLink $ setParam (wIdent "sorting") (Just $ flag <> "-desc")}>
|
||||||
$of [SortDesc]
|
^{cellContents}
|
||||||
<a href=#{tblLink $ setParam (wIdent "sorting") (Just $ flag <> "-asc")}>asc
|
|
||||||
$of []
|
|
||||||
<a href=#{tblLink $ setParam (wIdent "sorting") (Just $ flag <> "-desc")}>desc
|
|
||||||
<a href=#{tblLink $ setParam (wIdent "sorting") (Just $ flag <> "-asc")}>asc
|
|
||||||
$of _
|
$of _
|
||||||
|
<a href=#{tblLink $ setParam (wIdent "sorting") (Just $ flag <> "-asc")}>
|
||||||
|
^{cellContents}
|
||||||
$nothing
|
$nothing
|
||||||
|
^{cellContents}
|
||||||
|
|||||||
Reference in New Issue
Block a user