Skip to content

Releases: yajra/laravel-datatables

v10.0.8

21 Jun 13:16
Compare
Choose a tag to compare
  • Make canCreate at QueryDataTable accept QueryBuilder only #2798

v10.0.7

23 May 10:56
Compare
Choose a tag to compare

Fix create eloquent datatable from relation #2789

v10.0.6

18 May 02:41
Compare
Choose a tag to compare

Added null parameter type as allowed to handle default Action column from laravel-datatables-html #2787

v10.0.5

17 May 03:23
Compare
Choose a tag to compare
  • Fix "Return value must be of type int, string returned."

v10.0.4

08 May 14:41
Compare
Choose a tag to compare
  • Fix accidental formatter issue on eloquent
  • Add formatColumn test for eloquent

v10.0.3

08 May 04:54
Compare
Choose a tag to compare
  • Additional fix & test for zero total records

v10.0.2

08 May 04:34
Compare
Choose a tag to compare
  • Fix set total & filtered records count #2778
  • Fix #1453 #1454 #2050 #2609
  • Add feature test
  • Deprecate skipTotalRecords, just use setTotalRecords directly.

v10.0.1

08 May 02:51
Compare
Choose a tag to compare
  • Code clean-up and several phpstan fixes

v9.20.0

08 May 16:06
Compare
Choose a tag to compare
  • Added orthogonal sort and filter for collection #2380

v10.0.0

07 May 16:58
Compare
Choose a tag to compare
  • Laravel DataTables v10.x to support Laravel 9.x
  • Added PHPStan with max level static analysis
  • Drop queryBuilder() method
  • Drop support for ApiResourceDataTable
  • PHP8 syntax / method signature changed