We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0ecb0 commit f1d90beCopy full SHA for f1d90be
src/lib/fragments/AgGrid.react.js
@@ -782,7 +782,7 @@ export default class DashAgGrid extends Component {
782
// Call the API to select rows unless the update was triggered by a selection made in the UI
783
if (
784
!equals(selectedRows, prevProps.selectedRows) &&
785
- !(loading_state
+ !(loading_state !== undefined
786
? loading_state && this.selectionEventFired
787
: this.selectionEventFired)
788
) {
0 commit comments