这是我在表格每一行末尾渲染的组件。工具提示部分不起作用。
渲染后如何将 Bootstrap 工具提示附加到每个组件?
(defn edit-button-component []
(fn [attrs]
^{:component-did-mount #(.tooltip ($ %) (clj->js {:title "Test"}))}
[:button.btn.btn-default attrs
[:span.glyphicon.glyphicon-pencil]]))