How can i maintain precision after decimal point, i am passing parameter from server with the number of points precision to be displayed like 2(1234.12) or 3(1234.123) or 4(1234.1234). how can i achieve this with the number 4585.2351243
for 4585.23/4585.235/4585.2351.
You can use number formatting
http://docs.webix.com/datatable__formatting.html#numberformatting