One element in different batches

Hi,
I use batches feature to show/hide visual element depending on some conditions.
I need to show an UI element in two different conditions.
Is it possible at general?
What is the best way to do it?

Hi,

An element can belong to only one batch. But you can use the hide()/show() methods for the particular item:

http://webix.com/snippet/1ab880e0

Webix 3.2 will allow to show|hide batch, without automatically hiding all non-batch items. So it will be possible to show few batches at once.

Thanks, good news!