On my application, I have a description column on datagrid that can have huge data. If the text exceeds the column width the text gets hidden.Do we have a way to wrap text or show additional info as tooltip ???
You can fit the height of each row to its content using the fixedRowHeight
property and theadjustRowHeight
method.
Please, check this sample: http://docs.webix.com/samples/15_datatable/07_resize/10_row_auto_height.html