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 747da19 commit 6e43204Copy full SHA for 6e43204
src/QueryDataTable.php
@@ -228,7 +228,7 @@ protected function filterRecords(): void
228
// If no modification between the original query and the filtered one has been made
229
// the filteredRecords equals the totalRecords
230
if ($this->query == $initialQuery) {
231
- $this->filteredRecords ??= $this->totalRecords;
+ $this->filteredRecords ??= $this->totalRecords;
232
} else {
233
$this->filteredCount();
234
}
0 commit comments