showProgress ()

Hi.

How to use showProgress in another thread ?
Because when i use it on a onBeforeSort (Datatable), it raises only after the sort is finished.

Thanks

can you provide a snippet?
in this one showProgress is working as expected.
https://snippet.webix.com/egxnrskb

I find the problem. When i use the property adjust, it is very slow, with lot of columns and rows. showProgress is working only at the end of process.

If you remove the adjust property on each column, it’s super fast.

https://snippet.webix.com/86o3nxh4

Yep, in general, try to avoid using/minimize the use of adjust with big amounts of data, as it slows down rendering a lot, since to adjust the column size to its content, component needs to render all of the data in the column, which makes it a slow process.

Ok Dzmitry. But it 's blocking the showProgress(). It’s unsuable