Skip to content

Commit 9fd0503

Browse files
committed
examples.grid.bigData.ControlsContainer: enable tab header resorting #6506
1 parent 2f234db commit 9fd0503

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

examples/grid/bigData/ControlsContainer.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ class ControlsContainer extends Container {
2828
handler: 'up.onControlsToggleButtonClick',
2929
iconCls: 'fas fa-bars'
3030
}, {
31-
module: TabContainer,
32-
cls : ['neo-examples-bigdata-controls-container-content'],
31+
module : TabContainer,
32+
cls : ['neo-examples-bigdata-controls-container-content'],
33+
sortable: true,
3334

3435
items: [{
3536
module: Container,

0 commit comments

Comments
 (0)