We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6fcd3 commit 98b3d82Copy full SHA for 98b3d82
packages/pluggableWidgets/datagrid-web/src/Datagrid.editorConfig.ts
@@ -271,7 +271,7 @@ export const getPreview = (
271
272
return container()(
273
titleHeader,
274
- datasource(values.datasource)(),
+ ...(canHideDataSourceHeader ? [datasource(values.datasource)()] : []),
275
...(values.showHeaderFilters && values.filterList.length > 0 ? [headerFilters] : []),
276
headers,
277
...Array.from({ length: 5 }).map(() => columns),
0 commit comments