Releases: n1crack/datatables
Releases · n1crack/datatables
2.3.6
16 Jan 12:40
Compare
Sorry, something went wrong.
No results found
add : ci4 builder support
fix : escape column names in order to prevent conficts
2.3.5
31 Dec 16:02
Compare
Sorry, something went wrong.
No results found
Update LaravelAdapter.php
2.3.4
31 Dec 15:55
Compare
Sorry, something went wrong.
No results found
travis-ci removed
github actions updated.
add support for Eloquent Builder class for LaravelAdapter
Codeigniter4 Support
30 Sep 18:17
Compare
Sorry, something went wrong.
No results found
Merge pull request #63 from n1crack/n1crack-patch-1
Create tests.yml
php 7.4 support
03 Dec 19:16
Compare
Sorry, something went wrong.
No results found
2.3.0
added php 7.3 and 7.4 support
2.2.0
01 Nov 05:15
Compare
Sorry, something went wrong.
No results found
2.1.5: Merge pull request #49 from lelinhtinh/master
14 Aug 09:53
Compare
Sorry, something went wrong.
No results found
refactored QueryBuilder code
fixed broken search query on PSAdapter
fixed broken PhalconAdapter
fixed wrong data type for orderable attribute
added forcetrigger option to hide method. with this, hidden columns can be searched.
2.1.4
20 Jan 09:26
Compare
Sorry, something went wrong.
No results found
removed dependency of symfony
2.1.3
15 Jan 21:28
Compare
Sorry, something went wrong.
No results found
//from:
$ datatables ->filter ('age ' , function ( \Ozdemir \Datatables \FilterHelper $ filter ){
return $ filter ->between (15 , 30 );
});
//to:
$ datatables ->filter ('age ' , function (){
return $ this ->between (15 , 30 );
});
Webhook integration for packagist
02 Oct 20:29
Compare
Sorry, something went wrong.
No results found
Merge pull request #37 from peter279k/test_enhancement
Test enhancement