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 b0ec7ed commit 2f848dbCopy full SHA for 2f848db
src/DataTableAbstract.php
@@ -550,6 +550,7 @@ public function setTotalRecords(int $total): static
550
* This will improve the performance by skipping the total count query.
551
*
552
* @return $this
553
+ *
554
* @deprecated Just use setTotalRecords instead.
555
*/
556
public function skipTotalRecords(): static
0 commit comments