Hi everyone
I’m using a Webix toolbar with a responsive layout in my application
The behavior works as expected when the window gets smaller
Buttons that do not fit are hidden and moved into a more button
However I noticed that the items start disappearing from the left
For example in this snippet Code Snippet
Items are hidden in this order Template 0 Template 1 Template 2 and so on
What I want instead is to hide items starting from the right
So that Template 7 Template 6 Template 5 are hidden first
The leftmost buttons should stay visible as long as possible
Is there a built-in way to change this behavior
Or do I need to implement custom rules to control the hiding order
Thanks for your help
Gorden