Skip to content

Commit

Permalink
Remove unnecessary getItemValue from server example
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Turley <[email protected]>
  • Loading branch information
mturley committed Sep 22, 2023
1 parent 452c4d8 commit edf2868
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 @@ -169,7 +169,6 @@ const tableControlState = useTableControlState({
title: "Name",
type: FilterType.search,
placeholderText: "Filter by name...",
getItemValue: (thing) => thing.name || "",
},
],
sortableColumns: ["name", "description"],
Expand Down

0 comments on commit edf2868

Please sign in to comment.