looks ok, everything works.

This commit is contained in:
Bryce Covert
2020-08-12 10:16:20 -07:00
parent ee282adf8b
commit 530b34500d
3 changed files with 9 additions and 14 deletions

View File

@@ -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"