I wanna use JQuery Palette Color Picker v1.13 in handsontable cell.
If i click cell, color picker selector is open.
How can i use that color picker in cell?
https://github.com/carloscabo/jquery-palette-color-picker <-- use this
I wanna use JQuery Palette Color Picker v1.13 in handsontable cell.
If i click cell, color picker selector is open.
How can i use that color picker in cell?
https://github.com/carloscabo/jquery-palette-color-picker <-- use this
Hey @ctmong
You’d need to pass it as a cell editor. However I’m not sure if the project is still supported, their demo does not work https://htmlpreview.github.io/?https://raw.githubusercontent.com/carloscabo/jquery-palette-color-picker/master/demo.html#
If you download that file from git, you can run demo.html.
And when I tested it, it worked out.
I would appreciate it if you show example how you can use it inside a cell.
I cannot create custom solutions for Clients (sorry, only commercial service covers that) I can only help you if there’s something unexpected from Handsontable, any bug, or missing documentation.
ok thanks