Skip to content

Release Candidate

Compare
Choose a tag to compare
@timopruesse timopruesse released this 15 Jun 22:24
· 46 commits to master since this release

Added

  • Components can now be accessed directly via properties
// can be accessed via $dataTable->paginator
$dataTable->addComponent(new Paginator);
  • ColumnFormatter for Icons -> IconColumn
  • ColumnFormatter for Images -> ImageColumn

Fixed

  • Remembering the state does not work
  • DataComponents could not access the defined relations (columns of relations like 'relation.id')