Data table is not getting displayed in proto ui

Hello Webix team,

https://snippet.webix.com/gxcb5zhs

In above snippet I am unable to add datatable with auto config option in protoui(onAfterRender event is not getting called). If I use normal data table with predefined columns it is getting displayed.

Thanks

Please reply. Same issue appears for tree as well. How can I call onAfterRender event.

Please reply. Same issue appears for tree as well. How can I call onAfterRender event.

no data + no column = no onAfterRender
in your case I would prefer this way:

{
    $init: function (config) {
        this.$ready.push(function() {
          $$('dt').parse(obj.searchresult);
        });
        ...
    }
}

But where should I use it? Can you please provide snippet.

https://snippet.webix.com/o7xqzyviv

Above link is not working: https://snippet.webix.com/o7xqzyviv

try this link https://snippet.webix.com/o7xqzyvi