Pager on datatable using html markup

I am trying to configure a datatable with a pager by specifying a container, like this: http://webix.com/snippet/c602e1d3

The problem is that when you declare the parent div to have the webix-ui attribute, the id attribute on any div gets rewritten to view_id. So when the datatable view initialises, it fails because the container could not be found. Is there any way around this (other than specifying the config in javascript?)

Grab the Webix 1.6 ( just released ) - http://webix.com/download-webix-gpl
With it you can use code like next
http://webix.com/snippet/5fb3f204