label for forminput

How to skip labeling in formInput?

It can be done like this:

{ 
view:"forminput", 
name:"datatable_example",
labelWidth:1, 
body: datatable_in_form
}

but bottom of datatable is not rendered.

It would be nice if forminput could use parent form elementsConfig ( → labelPosition: ‘top’ )

Hello,

Try to use labelWidth: 0 instead of labelWidth:1

Sample: Code Snippet

with labelWitdth:1 its possible to actually show label (but it acts funny).
https://snippet.webix.com/qcpy3pjp

so, you want to show the label at the top of the datatable or remove the label at all?

i see: first separate label and then element with labelWidth:0 ?