From fd8fd37c2e16e34c8afaf01a4b98a8945ec3401a Mon Sep 17 00:00:00 2001 From: Sylvain Lesage Date: Wed, 15 Jan 2025 17:30:40 +0100 Subject: [PATCH] update docstring --- src/HighTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HighTable.tsx b/src/HighTable.tsx index ad457cb..72c57de 100644 --- a/src/HighTable.tsx +++ b/src/HighTable.tsx @@ -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