Skip to content

Commit f55d4ed

Browse files
committed
doc: update the ts doc
1 parent b2a78b3 commit f55d4ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Common/SortableTableHeaderCell/SortableTableHeaderCell.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ import './sortableTableHeaderCell.scss'
4545
* />
4646
* ```
4747
*
48-
* * @example Resizable cell
48+
* * @example Resizable cell (Layout to be controlled externally using useResizableTableConfig)
4949
* ```tsx
5050
* <SortableTableHeaderCell
5151
* isSortable={false}
52+
* isResizable
5253
* title="Header Cell"
5354
* />
5455
* ```

0 commit comments

Comments
 (0)