Skip to content

Releases: patricksamson/laravel-datagrid-builder

Bugfix and minor improvements

24 Feb 17:32
Compare
Choose a tag to compare
  • Fixed bug where Datagrid would ignore default options from user config.
  • Added setHtmlAttribute() and getHtmlAttribute() functions to Datagrid class.
  • Include new Data array in views. Used for passing data to formatters.
  • Improved default Actions formatter

Use Bootstrap Table Library

19 Feb 20:59
Compare
Choose a tag to compare
  • Rewrote the entire package around a new Javascript library for the front end.
  • There are breaking changes

The reasons :

  • The new library is well-maintained
  • It allows a cleaner syntax
  • This package is less "thrown together" because of this.
  • More features and extensions! (sorting, searching, hiding columns, grouping, etc.)

Bugfix

16 Jan 22:38
Compare
Choose a tag to compare
1.3.3

Update ServiceProvider.php

Laravel 5.2 Support

16 Jan 22:34
Compare
Choose a tag to compare

Deprecated method Application::bindShared()

v1.3.1

28 Oct 00:35
Compare
Choose a tag to compare

Added refresh button on datagrid

1.3.0

14 Oct 21:46
Compare
Choose a tag to compare
  • Added Client-Side Datagrid
  • Better config file structure & naming

1.2.1

29 Sep 22:42
Compare
Choose a tag to compare
  • I18N (English and French)
  • Add extra formatters/converters and pass parameters to them
  • Define extra request parameters (includes, for example). They will be sent with each Ajax request
  • Set $per_page dropdown choices in datagrid options ("rowCount")
  • added URLs to jQuery Bootgrid’s JS an CSS resources in configuration

1.1.1

10 Sep 22:30
Compare
Choose a tag to compare
  • Improved Laravel integration
  • Improved jQuery Bootgrid integration
  • Added tests
  • Moved SimpleApiResponse to it's own package