Skip to content

Releases: Nayjest/Grids

v1.3.5

19 Aug 11:05
Compare
Choose a tag to compare

#113 issue fix

Thanks to @the-damned

v1.3.4

29 Jul 15:33
Compare
Choose a tag to compare
  • Bugfix: now it's possible to have multiple select-filters on page that uses components/filters/checkboxes view

v1.3.3

22 Jul 17:22
Compare
Choose a tag to compare

CSV & Excel export fixes for L5+

v1.3.2

22 Jul 11:56
Compare
Choose a tag to compare
  • Added a javascript method for datarangepicker that allows to reset values,
  • Fixed some invalid html

Thanks to @wdog for this release changes.

v1.3.1

14 Jul 15:22
Compare
Choose a tag to compare

Fix #139

v1.3.0

11 Jul 11:45
Compare
Choose a tag to compare
  • Extracting data from row objects using Laravel's data_get function.

Thanks to @hackel

See #136

v1.2.0

29 Jun 14:47
Compare
Choose a tag to compare
  • Possibility to specify callback functions for configuring Excel export
  • fixed bug related to empty file when exporting data from grid page > 1 & using EloquentDataProvider

v1.1.4

14 Mar 12:05
Compare
Choose a tag to compare

v1.1.3

05 Feb 13:00
Compare
Choose a tag to compare

It's possible now to use field names with dots in ColumnHider component.
Thanks to Ryan Hayle (@hackel)

v1.1.2

28 Jan 12:21
Compare
Choose a tag to compare

Fixed bug when string was passed into Illuminate\Database\Query\Builder::limit() & it generated error with MongoDB driver.

Thanks to Ryan Hayle (@hackel)