New setup supports: * Column hiding * Column reordering * Column sorting * Column resizing * Fit columns to the div width All these options are stored on the view state and applied when initializing the view if necessary. Now also utilize slickgrid view as default grid view.
22 lines
257 B
CSS
22 lines
257 B
CSS
body {
|
|
padding-top: 60px;
|
|
}
|
|
|
|
/* we do not have a LH sidebar */
|
|
.container-fluid > .content {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.recline-grid-container {
|
|
height: 550px;
|
|
}
|
|
|
|
.recline-slickgrid {
|
|
height: 550px;
|
|
}
|
|
|
|
.recline-timeline .vmm-timeline {
|
|
height: 550px;
|
|
}
|
|
|