Skip to content

Release Candidate

Compare
Choose a tag to compare
@timopruesse timopruesse released this 19 Jun 12:57
· 41 commits to master since this release

Added

  • LinkColumn formatter
/**
  * Every attribute of the model can be used to generate a link.
  * For example generating a link to the users profile on the "name" column.
  * Values in curly braces, e.g. "{id}" will be replaced by the model's value.
  */
$dataTable->formatColumn('name', new LinkColumn('/users/{id}')); // e.g. /users/1337