Closed JurianArie closed 2 months ago
I think bringing "skip" back is a great idea!
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Looks good to go for me. Do you approve of this @OzanKurt?
I set my total records and it doesn't count them.
$dataTable->setTotalRecords($kpiValues['total_count']);
$dataTable->skipTotalRecords();
I think we have it now! 😊
This might be a breaking change for people who is using setTotalRecords(0)
instead of skipTotalRecords
.
Released on https://github.com/yajra/laravel-datatables/releases/tag/v11.1.5 🚀 Thanks!
This PR undoes the deprecation of
skipTotalRecords
and restores the working ofsetTotalRecords(0)
back to how it was in v10.4.3.Alternative to #3169. Partially reverts #3157.