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 c4c313d commit 9c1e385Copy full SHA for 9c1e385
packages/module/src/DataViewTable/DataViewTable.tsx
@@ -10,7 +10,7 @@ export type DataViewTh =
10
| {
11
/** Table head cell node */
12
cell: ReactNode;
13
- /** Whether the column is resizable */
+ /** Additional props for a resizable column */
14
resizableProps?: DataViewThResizableProps;
15
/** Props passed to Th */
16
props?: ThProps;
0 commit comments