I have a { label : "label1", value: "value1" } type of data options for a select type. The options are loaded from the server and it works nicely with the Editor.
How to get the table to display the labels instead of the values of the options?
Currently for fixed options, I use the render method of the columnDefs to set the values, but is there a way for dynamic options loaded for the server?