From b650824075541fd8bddf3c5a695a9925c0006f53 Mon Sep 17 00:00:00 2001 From: Mike Turley Date: Sun, 24 Sep 2023 21:36:38 -0400 Subject: [PATCH] Remove copypasted irrelevant comment Signed-off-by: Mike Turley --- client/src/app/hooks/table-controls/DOCS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/app/hooks/table-controls/DOCS.md b/client/src/app/hooks/table-controls/DOCS.md index ff2d399324..69d8d04e8d 100644 --- a/client/src/app/hooks/table-controls/DOCS.md +++ b/client/src/app/hooks/table-controls/DOCS.md @@ -156,7 +156,6 @@ The usage is similar here, but some arguments are no longer required (like `getS Note also: the destructuring and rendering part of the example code is not included here because **_it is identical to the example above_**. The only difference between client-paginated and server-paginated tables is the hook usage; the `tableControls` object and its usage are the same for both. ```tsx -// In a real table, this API data would come from a useQuery call. const tableControlState = useTableControlState({ columnNames: { name: "Name",