Releases: bgultekin/laravel4-datatables-package
Releases · bgultekin/laravel4-datatables-package
Releasing for testers
Laravel5 support,
Let me know if this version is more stable for y'all L5
Some bugfixes and removed caching in counting function because it was causing problems
Few bugfixes and two new functions
Datatable 10.0+ compatible, advanced filtering (more bugs fixed)
Another bugs fixed ( #125 )
Datatable 10.0+ compatible, advanced filtering (bugs fixed)
Datatable 10.0+ compatible, advanced filtering
New features:
- Datatables 10.0+ compatibility
- backwards compatible with Datatables < 10.0
- filter_column - universal filtering method for column/global search
- set_index_column - sets the "index" column
- possibility to use methods names in both camelCase and snake_case style
v1.3.5: Merge pull request #91 from fierycode/master
Fixed artisan command in latest tag 1.4.4
v1.3.4: Merge pull request #87 from yajra/bllim
fix config publish command. fix issue #79
Filtering
Filtering was using the alias instead of the left part of the column.
Clean columns
Cleans columns properly for ordering, global search and single column search