-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adds row selection ability to app collection (#1601)
* refactor: makes AppCollection generic Signed-off-by: Philipp Rudloff <[email protected]> * feat: adds support for marking a selected row Adds support for marking a selected row with `AppCollection` based on a function returning a boolean provided to `props.isSelectedRow`. Adds `row:click` event listeners to all consumers of `AppCollection` so that clicking a row still navigates to corresponding detail view. Signed-off-by: Philipp Rudloff <[email protected]> * chore: undoes row:click changes Signed-off-by: Philipp Rudloff <[email protected]> --------- Signed-off-by: Philipp Rudloff <[email protected]>
- Loading branch information
Philipp Rudloff
authored
Oct 13, 2023
1 parent
7e15ebf
commit 64af8cb
Showing
4 changed files
with
39 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters