Our blazing fast Grid component built with pure JavaScript


Post by gvats »

i have a editable column in which i have a dropdown with color name like red , green etc , i want when i click on any color in the cell a span of the color should be show like in the screenshot attached(project column ).

Please help me know how can i do this ?
Attachments
colored cell spans.jpg
colored cell spans.jpg (51.77 KiB) Viewed 1024 times

Post by mats »

Please see 'editor' config and use the 'Combo' widget. Docs:

https://bryntum.com/docs/scheduler/#Gri ... fig-editor

https://bryntum.com/docs/scheduler/#Common/widget/Combo

Also see the 'Important' column here which has a Combo editor: https://www.bryntum.com/examples/grid/lockedcolumns/

Post Reply