Display webix items

Hi, I have an issue displaying webix elements, combining some created in markup language, and another in javascript.
In this example:
http://webix.com/snippet/af413111
How can i display the form above the datatable? in the html file, i configured it above, but it appears below of the datatable,
I know that if I include both elements in a form, I get something like this, but it is not what really interests to me
Thx ^^

Hello,

JS config is parsed prior to HTML one. But you can wrap the markup-configured form into another DIV container, which will explicitly define component arrangement: http://webix.com/snippet/ac431f95