Hello.
Handsontable provides a way to specify what data pick for every column. And if I have an object in a data row I can provide path to needed data by data: "someObject.neededData"
, but if someObject in the data is null it raises an error
Is there any way to use data: "someObject.neededData"
in cases when someObject can be null?
Way to reporduction: https://jsfiddle.net/lasteexile/enytfga2/1/ (the second data row)