Dynamical loading not implemented

http://pastie.org/9452375

Basically I want to append common.space() before each cell, and adjust the width of the column based on the data.
But using adjust:“data” on my column gives me the error:

Dynamical loading not implemented

Data is loaded via the parse() function after fetching data by an AJAX call.

The same code works for me

http://webix.com/snippet/a2d69476

The above error can occurs if you have null values in the loaded data ( if issue occurs in ie only - check for trailing comma at the end of data array )