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 intoprotected
method to allow customizations.
2018-10-26
- Replaced the
setColumnDateFormat()
by thesetColumnDateTimeFormat
method, which now allows to format a datetime, date or time string in the wanted format, usingCarbn::parse($value)->format($format)
under the hood. - The
setColumnDateFormat()
has been deprecated and will be removed in the2.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.