Skip to content

Commit

Permalink
Remove copypasted irrelevant comment
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Turley <[email protected]>
  • Loading branch information
mturley committed Sep 25, 2023
1 parent a89b064 commit b650824
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/app/hooks/table-controls/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b650824

Please sign in to comment.