Working on simplified table

This commit is contained in:
Bryce Covert
2020-08-02 08:50:58 -07:00
parent 13faead45b
commit 1503d6c036

View File

@@ -71,8 +71,6 @@
:params (re-frame/subscribe [::table-params])
:status status
:column-count 5})]
(fn []
(let []
(fn [{:keys [id rule-page on-params-change params status]}]
(let [{:keys [sort asc]} @params
{:keys [transaction-rules start end count total]} @rule-page
@@ -122,4 +120,4 @@
[table-cell {} note]
[table-cell {} [:div.buttons
[:a.button {:on-click (dispatch-event [::run-clicked r])} [:span.icon [:i.fa.fa-play]]]
[:a.button {:on-click (dispatch-event [::form/editing r])} [:span.icon [:i.fa.fa-pencil]]]]]])]]]))))))
[:a.button {:on-click (dispatch-event [::form/editing r])} [:span.icon [:i.fa.fa-pencil]]]]]])]]]))))