Skip to content

Commit 603da9f

Browse files
committed
Add groupBy property to kanban view configuration in ListView
1 parent e6b92c2 commit 603da9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/plugin-list/src/ListView.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export const ListView: React.FC<ListViewProps> = ({
104104
return {
105105
type: 'object-kanban',
106106
...baseProps,
107+
groupBy: schema.options?.kanban?.groupField || 'status',
107108
groupField: schema.options?.kanban?.groupField || 'status',
108109
titleField: schema.options?.kanban?.titleField || 'name',
109110
cardFields: schema.fields || [],

0 commit comments

Comments
 (0)