Hi All, I have a list of name, value pairs that I would like to display in an editable datagrid. There are a few dozen lines and each row has a value type: String, Number, Date, ...
What I would like to do is show for each row in the editable value column the proper editor - TextInput, NumberStepper, DateField. Is this possible with item renderers and editors? Thanks in advance, Sebastian

