How to keep more space in datatable cell?

Datatable default template will replace more space to one. How to skip this?

http://webix.com/snippet/0cc86b9d

Template renders its value as HTML, and this is the default HTML behavior to replace a group of spaces with one space.

Check

http://webix.com/snippet/e11601f6

Thanks