GridControl
This is a data table. Basic example:
GridControl::create($parent, 'grid')
->setEntity(new Bauteil(), $this->request)
->col('ba_bezeichnung')
->createColumn(GridColumn::ENTITYOPS); Â |
Settings
Settings can be appended as desired, since GridControl setter methods will always return $this.
setShowRecordCount
->setShowRecordCount(true) Â |
Â