Skip to content

Releases: mgallegos/laravel-jqgrid

Version 1.3.0

08 Jul 04:24
cec56df
Compare
Choose a tag to compare

Fixed:

Version 1.2.1

20 Mar 23:44
Compare
Choose a tag to compare

Fixed utf8 encoding issue.

Version 1.2.0

13 Mar 21:41
Compare
Choose a tag to compare

Includes:

  • Extendable export: A custom method can be created for exporting, see example and more details (credit: @KrasilnikovKB )
  • maatwebsite/excel package version has been updated.
  • Include footer row when exporting.
  • Format date columns when exporting.
  • Contains type search improved.
  • Free JGrid Plugin has beed added as supported on Readme.md
  • Header grouping bug fixed.
  • Duplicates removed in the function_type_properties array (credit: @mvdpoel).
  • Fix UTF8 JSON encoding bug (credit: @sroutier).
  • Fix undeclared variable error (credit: @sroutier).
  • Fix all fetch UTF-8 data prior to any processing (credit: @sroutier).
  • Other minors bugs have been fixed.

Version 1.1.0

07 Jul 15:32
Compare
Choose a tag to compare

Includes:

  • Support for TreeGrid
  • Support for column ordering when exporting
  • Support for integer, number and currency formatters when exporting
  • Support for select formatter when exporting
  • Support for subtotals (sum and count) when exporting
  • Support for grouped header when exporting
  • Support for grouped data when exporting
  • Support for 'is null' and 'is not null' when using the filter toolbar
  • Missing column bug fixed
  • Grouping orderby bug fixed
  • Records count bug fixed
  • And other minor bug fixes

Version 1.0.2

18 May 17:04
Compare
Choose a tag to compare

Added support for Laravel 5

Version 1.0.1

19 Nov 22:44
Compare
Choose a tag to compare

Minor bug fixes (1)

Version 1.0.0

14 Sep 14:24
Compare
Choose a tag to compare

First Stable Release