| Classes | |
|---|---|
| ActionButtons | Formatting action buttons column. |
| ActionMenu | Table column action menu. Will create a dropdown menu within table column. |
| Checkbox | Implements Checkbox column for selecting rows. |
| ColorRating | Example seed: [ColorRating::class, [ 'min' => 1, 'max' => 3, 'colors' => [ '#FF0000', '… |
| CountryFlag | |
| DragHandler | Implement drag handler column for sorting table. |
| FilterModel | Implement a generic filter model for filtering column data. |
| FilterPopup | Implement a filterPopup in a table column. The popup contains a form associate to a field type model and use session to… |
| Html | Use this decorator if you have HTML code that you just want to put into the table cell. |
| Image | Column for formatting image. |
| JsHeaderDropdownCallback | |
| KeyValue | If field have values without a relation like a status or a coded state of a process, example: Machine state: 0 => off … |
| Labels | Take the field value as string in CSV format or array of IDs and transforms into Fomantic-UI labels. If model field… |
| Link | Implements Column helper for grid. Use new Link('https://yahoo.com?id={$id}'); or new Link(['order', 'id' => 'id' ]… |
| Money | Column for formatting money. |
| Multiformat | Swaps out column decorators based on logic. |
| NoValue | Sometime we need null values in DB. When we display values we have holes with NoValue decorator we can show a display… |
| Password | Implements Column helper for grid. |
| Status | Implements Column helper for grid. |
| Template | Implements Column helper for grid. |
| Text | Implements Column helper for grid. |
| Tooltip | Column to add a little icon to show on hover a text text is taken by the Row Model in $tooltipField. |
| Namespaces | |
| Atk4\Ui\Table\Column\FilterModel | |