Skip to content

Releases: bgultekin/laravel4-datatables-package

Releasing for testers

12 Feb 17:49
Compare
Choose a tag to compare

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

04 Sep 10:04
Compare
Choose a tag to compare

merged #130
fixed #131 #133 #134
added set_row_class($content) and set_row_data($name,$content)

Datatable 10.0+ compatible, advanced filtering (more bugs fixed)

29 Jul 11:12
Compare
Choose a tag to compare

Datatable 10.0+ compatible, advanced filtering (bugs fixed)

25 Jul 08:09
Compare
Choose a tag to compare

Datatable 10.0+ compatible, advanced filtering

23 Jul 11:43
Compare
Choose a tag to compare

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

04 Apr 15:58
Compare
Choose a tag to compare
Fixed artisan command in latest tag 1.4.4

v1.3.4: Merge pull request #87 from yajra/bllim

02 Apr 18:07
Compare
Choose a tag to compare
fix config publish command. fix issue #79

Filtering

05 Jan 18:39
Compare
Choose a tag to compare

Filtering was using the alias instead of the left part of the column.

Clean columns

06 Dec 19:05
Compare
Choose a tag to compare

Cleans columns properly for ordering, global search and single column search