Ask for help related to our 2.x versions.
Hello,
Currently I have a toolbar with too many buttons:
Current situation example1.png (49.77 KiB) Viewed 3460 times
I want to separate the toolbar into two different rows to alleviate congestion:
Desired situation example2.png (92.92 KiB) Viewed 3460 times
Is this possible/ how can this be done? Thanks.
Hey I can work with that, thanks a bunch!
Hello Mats, is this still a viable solution for creating two toolbar rows? I want to put this in place within my Gantt application, using the latest version of Brynttum Gantt.
Thanks
This is not relevant for the new Bryntum Gantt I'm afraid. For new Gantt, try strips
strips : {
tbar1 : {
type : 'toolbar',
dock : 'top',
items : [
{ text : 'foo' }
]
},
tbar2 : {
type : 'toolbar',
dock : 'top',
items : [
{ text : 'bar' }
]
}
},