I want to use webix.protoUI to create a custom component following this link:
http://webix.com/snippet/7e4b84de
Create custom component “header” inherits from ui.toolbar → OK
Create custom component “data_table” inherits from ui.layout → can not to see any thing
Please help me to correct it to create a datatable and add it to layout
Maria
June 29, 2015, 1:06pm
2
You did not specify the height for html container. You can also set height for datatable:
http://webix.com/snippet/e4a1c051
Thank for you comment
But I want to fit layout 100% and we can scroll in the datatable like: http://webix.com/snippet/f5e2d8eb
In your example, if you set autoheight:true or specify the height for datatable, when you have more data, you have to scroll the layout and cannot see the toolbar:
http://webix.com/snippet/59125189
Do you have any ideal set the layout fit to screen and we can only scroll the datatable ?
Maria
June 30, 2015, 6:23am
4
Many thanks to you, maria