Skip to content

Commit

Permalink
WIP
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 8e8ed8a commit 2c56571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/hooks/table-controls/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ An item can be clicked to mark it as "active", which usually opens a drawer on t
- Active row shorthand functions are provided by `getActiveRowDerivedState`.
- A `useEffect` call which prevents invalid state after an item is deleted is provided by `useActiveRowEffects`.

⚠️ TECH DEBT NOTE: We may want to rename the "active row" feature and code to "active item" to be consistent about using "item" naming rather than "row" naming outside the rendering code (see [Item Objects, Not Row Objects](#item-objects-not-row-objects).
> ⚠️ TECH DEBT NOTE: We may want to rename the "active row" feature and code to "active item" to be consistent about using "item" naming rather than "row" naming outside the rendering code (see [Item Objects, Not Row Objects](#item-objects-not-row-objects)).
### Selection

Expand Down

0 comments on commit 2c56571

Please sign in to comment.