Hi.
I’m adjusting the columns in a datatable but the command does not work properly.
Here’s an example
http://webix.com/snippet/a0bab908
I’m using the command improperly ?
Thank you in advance.
Hi.
I’m adjusting the columns in a datatable but the command does not work properly.
Here’s an example
http://webix.com/snippet/a0bab908
I’m using the command improperly ?
Thank you in advance.
a) adjust is triggered automatically after data loading, so it will not work for the empty grid ( looks as a bug actually )
b) When using custom fonts ( as in flat skin ) it is better to add no-wrap style on the page
Hi Maksim.
To point B the trick works perfectly.
To point A when will the solution of the bug?
Thank you for your response.
It will be fixed in Webix 2.3 ( end of March )
Hi Maksim.
“white-space:nowrap;”
can apply the style only to a column?
You can set a custom css for specific columns directly in the column’s configuration
Hi Maksim.
Applied and running.
Thanks for your help.