We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f234db commit 9fd0503Copy full SHA for 9fd0503
1 file changed
examples/grid/bigData/ControlsContainer.mjs
@@ -28,8 +28,9 @@ class ControlsContainer extends Container {
28
handler: 'up.onControlsToggleButtonClick',
29
iconCls: 'fas fa-bars'
30
}, {
31
- module: TabContainer,
32
- cls : ['neo-examples-bigdata-controls-container-content'],
+ module : TabContainer,
+ cls : ['neo-examples-bigdata-controls-container-content'],
33
+ sortable: true,
34
35
items: [{
36
module: Container,
0 commit comments