Fork me on GitHub
#om
<
2019-06-11
>
kingcode17:06:36

How would I declare an html colspan inside a dom/td invocation? I tried (dom/td #js {:colspan …}…), but to no effect.. EDIT: found the supported attr is #js {“colSpan” …} - that worked.