Values with leading blanks

Hi,
the leading blanks in datatable-colums are suppresed. For example - ich have two rows, the value of column test in the first row is “HALLO” and in second row is " HALLO" - but i can not see the difference in the datatable.

That is how html works. Whitespace is collapsed.

https://snippet.webix.com/lltl9slg
You can replace regular spaces with  

You can also add white-space: pre-wrap; to the styles of the cells or directly to the title Code Snippet