Reactive color picker in DT
Here’s the example of a working code. The idea is to have a data table output, where user may adjust the colors of the plotted points; the colors should stay changed during the session; the colors serves as inputs for the different outputs. It works with hex strings, but I’d like to switch to kind of color picking instead of the hex values.