You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs_headless/src/content/docs/useUnselect.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "useUnselect"
3
3
---
4
4
5
-
This hook returns a function that unselects lines in the current data table (see [`<DataTableBase>`](./DataTableBase.md)) that match an array of ids. Pass the name of the resource to the hook as argument.
5
+
This hook returns a function that unselects lines in the current data table (see `<DataTableBase>`) that match an array of ids. Pass the name of the resource to the hook as argument.
Copy file name to clipboardExpand all lines: docs_headless/src/content/docs/useUnselectAll.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "useUnselectAll"
3
3
---
4
4
5
-
This hook returns a function that unselects all lines in the current data table (see [`<DataTableBase>`](./DataTableBase.md)). Pass the name of the resource as argument.
5
+
This hook returns a function that unselects all lines in the current data table (see `<DataTableBase>`). Pass the name of the resource as argument.
0 commit comments