brutal process of getting sorting to not mess stuff up.

This commit is contained in:
Bryce Covert
2019-04-11 15:00:34 -07:00
parent 0eedc8908d
commit 5d93e3a5a3
3 changed files with 11 additions and 31 deletions

View File

@@ -39,12 +39,7 @@
:asc asc}
"Vendor"]
[sorted-column {:on-sort opc
:style {:width percentage-size :cursor "pointer"}
:sort-key "description-original"
:sort-by sort-by
:asc asc}
"Description"]
[sorted-column {:on-sort opc
@@ -90,7 +85,7 @@
[:td (if vendor
(:name vendor)
(str "Merchant '" "Hello" "'"))]
[:td description-original]
#_[:td description-original]
[:td (date->str date) ]
[:td.has-text-right (nf amount )]
[:td (:name account)]