Is this supported? For example given a column is it possible to have one cell use a different editor.
I have this somewhat implemented where I have two rows and the first cell in column 1 (row 1) is a basic input (textfield) and second cell in column 1 (row 2) is a drop down with a list of items. Where I am having trouble is if I update the drop down cell to display a different list of items – it is always stuck on the first drop down instance as if something is caching it. I see it set on the cell if I print its contents so perhaps I am not following the proper channels? Currently I am using cell.editor = <new editor>, not sure if this is the proper way. The drop down is HTML select/option.
Thanks!
-
This topic was modified 10 months, 1 week ago by Catdoken.