Currently I was working on the jqxNavBar. I found that the jaxNavBar works fine if there are less than 5(include 5) items in the bar. If there are more than 5 items(6 or more), the bar will become 3 lines. Each line has 2 items and the width of each item is 50%. But I want to list all items into one line. Can I do it? Could you kindly please help me take a look at it? Thanks.
You could try to use columns: ['30%', '30%', '10%', '10%', '10%', '10%'] property of the jqxNavBar.
And set a particular size of each one additional element.