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 b0a2bdd commit 9104e8dCopy full SHA for 9104e8d
src/components/TableWithControlsLayout/TableWithControlsLayout.tsx
@@ -12,7 +12,7 @@ import './TableWithControlsLayout.scss';
12
const b = cn('ydb-table-with-controls-layout');
13
14
interface TableWithControlsLayoutItemProps {
15
- children: React.ReactNode;
+ children?: React.ReactNode;
16
renderExtraControls?: () => React.ReactNode;
17
className?: string;
18
fullHeight?: boolean;
0 commit comments