When i use in a Datatable editor:“select” - i would like to have an option pair to set the value back to either emptystring/0/null - but it doens work with i.E.
[
{ id: 0, value: “default empty value”}
{ id: 1, value: “one” },
{ id: 2, value: “two” }
]
Any help?