looks ok, everything works.
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
(let [{:strs [on-params-change params check-boxes? on-check-changed checked] :as consume} (js->clj consume)]
|
||||
(apply r/create-element "tr" #js {:className class}
|
||||
(when check-boxes?
|
||||
(r/as-element [:th {:style {:width "22px"}}
|
||||
(r/as-element [:th {:style {:width "35px"}}
|
||||
[:input.checkbox (cond-> {:type "checkbox"
|
||||
:checked (if (get checked id)
|
||||
"checked"
|
||||
|
||||
Reference in New Issue
Block a user