Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Jan 15, 2025
1 parent ed23ba0 commit fd8fd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HighTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export default function HighTable({
*
* @param value cell value
* @param col column index
* @param row row index. Can be undefined.
* @param row row index. If undefined, onDoubleClickCell and onMouseDownCell will not be called.
*/
function Cell(value: any, col: number, row?: number): ReactNode {
// render as truncated text
Expand Down

0 comments on commit fd8fd37

Please sign in to comment.