Long numeric string in Datatable

Long numeric string values are display in datatable in exponential format. How to solve this issue?

http://webix.com/snippet/e2e659cb

It do so only if number is bigger than JS number type can store without precision loss. Just store such numeric data as strings - it will be shown as is in such case.

Thanks