From 8b44b1b168eec343abb90de4f1db2711a9cd4f47 Mon Sep 17 00:00:00 2001 From: pavan-sh Date: Wed, 12 Feb 2025 16:54:51 +0530 Subject: [PATCH] fix: broken hyperlink in row-selection.md for getRowId --- docs/api/features/row-selection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/features/row-selection.md b/docs/api/features/row-selection.md index 312fde8573..fbe1ae0b16 100644 --- a/docs/api/features/row-selection.md +++ b/docs/api/features/row-selection.md @@ -15,7 +15,7 @@ export type RowSelectionTableState = { } ``` -By default, the row selection state uses the index of each row as the row identifiers. Row selection state can instead be tracked with a custom unique row id by passing in a custom [getRowId](../../../api/core/table.md#getrowid) function to the the table. +By default, the row selection state uses the index of each row as the row identifiers. Row selection state can instead be tracked with a custom unique row id by passing in a custom [getRowId](../../../docs/api/core/table.md#getrowid) function to the the table. ## Table Options