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 b2a78b3 commit f55d4edCopy full SHA for f55d4ed
src/Common/SortableTableHeaderCell/SortableTableHeaderCell.tsx
@@ -45,10 +45,11 @@ import './sortableTableHeaderCell.scss'
45
* />
46
* ```
47
*
48
- * * @example Resizable cell
+ * * @example Resizable cell (Layout to be controlled externally using useResizableTableConfig)
49
* ```tsx
50
* <SortableTableHeaderCell
51
* isSortable={false}
52
+ * isResizable
53
* title="Header Cell"
54
55
0 commit comments