Hi,
I have requirement to display different select options under the same column based on row data. I searched in the demo/forums, but couldn't find an example.
Lets say, in the example
http://paramquery.com/pro/demos/editing_custom2, Column Shipping Via has select editor with options always static across all rows.
How to display options for one row as {"value": "SE", "text": "Speedy Express" }, {"value": "UP", "text": "United Package" } and other row as {"value": "DHL", "text": "DHL Express" }, {"value": "UPS", "text": "United Package Services" }, which are dynamic based on the data contained in that particular row ....
Appreciate if you can provide example for this.
Thanks.