We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c98ff5a commit 8afbe36Copy full SHA for 8afbe36
packages/firebase_ui_firestore/lib/src/table_builder.dart
@@ -871,7 +871,7 @@ class _Source extends DataTableSource {
871
872
@override
873
int get rowCount {
874
- if (_aggregateSnapshot?.count != null) return _aggregateSnapshot!.count;
+ if (_aggregateSnapshot?.count != null) return _aggregateSnapshot!.count!;
875
// Emitting an extra item during load or before reaching the end
876
// allows the DataTable to show a spinner during load & let the user
877
// navigate to next page
0 commit comments