-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.16.0 #83
Conversation
…ing the selected row PE-4943
@@ -199,6 +202,12 @@ class _ArDriveDataTableState<T extends IndexedItem> | |||
super.didUpdateWidget(oldWidget); | |||
|
|||
if (oldWidget != widget) { | |||
if (widget.selectedRow != _selectedItem) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the reviewer - this is the relevant change.
Visit the preview URL for this PR (updated for commit 335a639): https://ardrive-ui-release--pr83-pe-4943-42ogdn9a.web.app (expires Wed, 22 Nov 2023 17:18:38 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 2e14b75072afa93750e8fdf664eab58a3e615dc5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ArDriveDataTable
take a parameter for determining the selected row.