webix datatable math config making some issues while parsing data. Case- If any column ha

webix datatable config >> math: true, making some issues while parsing data.

Case-
If any column has data in array format it’s throwing error.
var rec = {SNO:1, DI: “YTR”, LABEL: [1,2,3]};
Here dataindex “LABEL” making issue

It’s expecting all fields values as string.

https://snippet.webix.com/57ukbyq0

Webix version: 5.1

NOTE- This issue is coming only in version 5.1