I have an editable datagrid with a dataprovider which is basically Numbers. Is it possible to delete a value? When I do it it puts a 0 in that cell but I really need an empty value, like a Null or a NaN whose are going to be cleaned later with a labelFunction. BTW I also need the cells to keep the 0 if needed to. Thank you in advance.
I have an editable datagrid with a dataprovider which is basically Numbers. Is it
Share
Assign NaN to the value, and create a custom item renderer for your DataGrid: