File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ Option | Description
73
73
`showCheckboxes` | displays checkboxes next to each record. Default : ` false` .
74
74
`showSetup` | displays the list column set up button. Default : ` false` .
75
75
`showTree` | displays a tree hierarchy for parent/child records. Default : ` false` .
76
+ `showTotals` | displays the summed values for the columns in the form of `totalOnPage (totalForQuery)` in the list header and footer. Default : ` true` .
76
77
`treeExpanded` | if tree nodes should be expanded by default. Default : ` false` .
77
78
` customViewPath` | specify a custom view path to override partials used by the list, optional.
78
79
@@ -161,6 +162,7 @@ Option | Description
161
162
`searchable` | include this column in the list search results. Default : ` false` .
162
163
`invisible` | specifies if this column is hidden by default. Default : ` false` .
163
164
`sortable` | specifies if this column can be sorted. Default : ` true` .
165
+ `summable` | specifies if this column can be summed (requires column to be of `type : number`). Default: `true`.
164
166
`clickable` | if set to false, disables the default click behavior when the column is clicked. Default : ` true` .
165
167
` select` | defines a custom SQL select statement to use for the value.
166
168
` valueFrom` | defines a model attribute to use for the value.
You can’t perform that action at this time.
0 commit comments