Skip to content
This repository has been archived by the owner on Aug 26, 2019. It is now read-only.

Latest commit

 

History

History
38 lines (30 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

38 lines (30 loc) · 2.07 KB

Changelog

2019-01-09

  • setIcon() does now show the defined icon when a custom value is set, without needing forcing the icon displaying with the second boolean param.

2019-01-09

  • isLink() does now work with custom values.
  • isLink() does now use the custom value or the value to set the link title.

2018-11-23

  • Custom values can now be wrapped into a button and a link as all other kind of values.

2018-11-16

  • Transformed all private methods into protected method to allow customizations.

2018-10-26

  • Replaced the setColumnDateFormat() by the setColumnDateTimeFormat method, which now allows to format a datetime, date or time string in the wanted format, using Carbn::parse($value)->format($format) under the hood.
  • The setColumnDateFormat() has been deprecated and will be removed in the 2.2 version.

2018-10-12

  • Updated documentation in order to give more examples in the advanced usage.
  • Replaced the setCustomTable() method $columnDatabaseAlias argument by $customColumnTableRealAttribute and updated the phpdoc to be more explicit about this second argument use.

2018-08-24

  • isButton() : Now hide the button when the column has no value nor icon.
  • isLink() : Now hide the link when the column has no value nor icon.

2018-08-24

  • setIcon() : Now hide icon by default when the column has no value.
  • setIcon() : Added the opportunity to show the icon even if the column has no value.