We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b92c2 commit 603da9fCopy full SHA for 603da9f
1 file changed
packages/plugin-list/src/ListView.tsx
@@ -104,6 +104,7 @@ export const ListView: React.FC<ListViewProps> = ({
104
return {
105
type: 'object-kanban',
106
...baseProps,
107
+ groupBy: schema.options?.kanban?.groupField || 'status',
108
groupField: schema.options?.kanban?.groupField || 'status',
109
titleField: schema.options?.kanban?.titleField || 'name',
110
cardFields: schema.fields || [],
0 commit comments