About Webix JS Header Menu View

Hi, I tried to implement the data shown in the header menu with sequential menu header data A-Z view.

I’m trying to make the data from the header menu appear in alphabetical order.

here is the Code Snippet: Code Snippet ( Current condition the header menu is not alphabetical order)

here is screenshot :
Screenshot from 2021-11-26 16-24-13

Please, help me to solve this.
Thanks.

Hi, @ramchild1998 !
Header menu is the contextmenu, and it has a ready handler - there you can add sorting:

ready(){
      this.sort("#value#", "asc")
    }

Please, check an example: Code Snippet

thankfully, Nastassia.
I’ll try it.

(post deleted by author)