spectrum
spectrum copied to clipboard
Is there any way to use spectrum as a singleton?
The issue is that I'm rendering spectrum as a table cell editor, at the moment, each cell needs to render its own spectrum color picker. It would be great if there is a way to use it as a singleton so it only renders once and the DOM is reused when opened from a different DOM element.
Example:

renders as:

Can you think of any quick hack to replace DOM element on the fly?
+1
Maybe creating tooltip on cell click is solution?
+1 really like that