Skip to content

Commit 5cdb14e

Browse files
anaisbergSimonClo
authored andcommitted
✨ filter columns
1 parent cd58172 commit 5cdb14e

File tree

1 file changed

+2
-1
lines changed
  • src/frontend/apps/impress/src/features/docs/doc-editor/components/custom-blocks

1 file changed

+2
-1
lines changed

src/frontend/apps/impress/src/features/docs/doc-editor/components/custom-blocks/DatabaseBlock.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ export const DatabaseBlock = createReactBlockSpec(
4444
{
4545
field: 'model',
4646
unSortIcon: true,
47+
filter: true,
4748
},
48-
{ field: 'price', unSortIcon: true },
49+
{ field: 'price', unSortIcon: true, filter: true },
4950
{ field: 'electric' },
5051
];
5152

0 commit comments

Comments
 (0)