Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
choden-dev committed Jul 28, 2024
1 parent 42e3966 commit e860056
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/components/generic/ReusableTable/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ interface ITable<
* **Optional** callback for when a row is clicked.
*
* @param uid the identifier for the row, typically an id associated with a user
* @example
* onRowClick={(uid) => openEditPanelForUid(uid)}
*/
onRowClick?: (uid: string) => void
/**
Expand Down

0 comments on commit e860056

Please sign in to comment.