Working on simplified table
This commit is contained in:
@@ -71,8 +71,6 @@
|
|||||||
:params (re-frame/subscribe [::table-params])
|
:params (re-frame/subscribe [::table-params])
|
||||||
:status status
|
:status status
|
||||||
:column-count 5})]
|
:column-count 5})]
|
||||||
(fn []
|
|
||||||
(let []
|
|
||||||
(fn [{:keys [id rule-page on-params-change params status]}]
|
(fn [{:keys [id rule-page on-params-change params status]}]
|
||||||
(let [{:keys [sort asc]} @params
|
(let [{:keys [sort asc]} @params
|
||||||
{:keys [transaction-rules start end count total]} @rule-page
|
{:keys [transaction-rules start end count total]} @rule-page
|
||||||
@@ -122,4 +120,4 @@
|
|||||||
[table-cell {} note]
|
[table-cell {} note]
|
||||||
[table-cell {} [:div.buttons
|
[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 [::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]]]]]])]]]))))
|
||||||
|
|||||||
Reference in New Issue
Block a user