Changeset 25270 in main
- Timestamp:
- 05/18/22 15:18:29 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/hi/trunk/src/main/webapps/hhdw-content/json/kendo/_BaseGrid.json
r24218 r25270 4 4 ,"filterable": true 5 5 ,"resizable": true 6 ,"columnResizeHandleWidth":5 6 7 ,"reorderable": true 7 8 ,"groupable": false 8 9 ,"navigatable": true 9 ,"scrollable": false 10 11 ,"ibis": 12 { 13 // If count is this or more then checks size, auto fit, min/max, reduce 14 // turn off adjusting size set to 0. turn on for all columns set to 1. 15 // Turn on for only big grids set to 5. 16 "columnCountAdjustSize": 5 17 ,"minColumnSize": 100 18 ,"maxColumnSize": 300 19 ,"reduceColumnQualifierSize": 300 20 ,"reduceColumnSizeMultiplier": 0.33 21 ,"addExpandButton": false // only shown if total col size > container size. 22 ,"expandContainerClass": "WideOverflow" // if set and if needs expansion then added. 23 ,"forceGridTotalColumnsSize": false // sets the grid size based on the columns widths. 24 } 25 10 26 ,"selectable": "multiple cell" 11 27 ,"allowCopy": true 12 ,"pageable": false 13 ,"sortable": 28 ,"sortable": 14 29 { 15 30 "allowUnsort": false … … 17 32 } 18 33 ,"theme": "silver" 19 20 ,"toolbar": ["excel"] 34 ,"toolbar": 35 [ 36 {name: "excel"} 37 ] 21 38 ,"excel": 22 39 { … … 38 55 ,"landscape": true 39 56 ,"repeatHeaders": true 40 // ,"template": $("#page-template").html()41 57 ,"scale": 0.8 42 58 }
Note: See TracChangeset
for help on using the changeset viewer.