Hi,
Can I render unique editor instances, e.g., a <select> element on a per row basis?
ID Name Select
0 Foo Apple|Orange|Grape
1 Bar Car|Truck|Motorcycle
... ... ....
The contents of the select list "Select" vary per row - is this possible?
I tried using the rowRenderer property but this required me to mutate props (and I didn't get it working completely). I also tried setting editor to a function hoping that it might get called when the row went into edit mode. Also, no luck.
Any advice?
Version: 0.13.34