Hi there,
the export is broken when using the columns-option.
Thanks for fixing,
Martin
Hi there,
the export is broken when using the columns-option.
Thanks for fixing,
Martin
I confirm the bug. Here is the snippet http://webix.com/snippet/d9517289
Hi both,
I can confirm the regression in export. We will fix it in the nearest build.
Now and further on you can provide columns
as plain array: http://webix.com/snippet/b80f26b4. The bonus of using plain array is the precise order of columns, not the one that results from the for..in
loop.
We will preserve the support for associative array as well (this is what I mean by a “fix”).
Hi Helga, the plain array is in my opinion a better solution. It works fine, thanks
Yep, it is better. So from now on Webix will support 2 possibilities for setting export columns
: