Is there any way to handle a situation where there are more tabs than the availe width can show?
I have a scenario where items selected from navigation are dynamicaly open in new tabs (or the active tab changes if it was already open). So happens that there's a big chance of more tabs than the width can show will be open at a given time.
I can't seem to find anything on the documentation that allows me to handle this situation.
I was looking for at least the possibility to use an appendTo
or something o the likes where I could separate the container for the tabs headers and tabs contents so that i can do something like buttons to scroll the headers alone left or right.
this is great when there are few tabs:
but if more of them are open the nav breaks and the container gets an horizontal scroller, as there's no more space available:
my objective is to have something like this (with arrow buttons to navigate to hidden tabs):
Edit Ok so I found this javascript kendo scrollable tabs. It's exactly what I had in mind, but I cant achieve this with angular kendo-ui
well there is no horizontal scroller out of the box, but the collection of tabs can be a variable. So in this case you can implement some simple paging. something like
and the template
kinda fake scroll :)