Skip to content

Commit e53cc21

Browse files
authored
Update default value for summable property on columns
1 parent bbcefcb commit e53cc21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Option | Description
162162
`searchable` | include this column in the list search results. Default: `false`.
163163
`invisible` | specifies if this column is hidden by default. Default: `false`.
164164
`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`.
165+
`summable` | specifies if this column can be summed (requires column to be of `type: number`). Default: `false`.
166166
`clickable` | if set to false, disables the default click behavior when the column is clicked. Default: `true`.
167167
`select` | defines a custom SQL select statement to use for the value.
168168
`valueFrom` | defines a model attribute to use for the value.

0 commit comments

Comments
 (0)