📄️ Getting started
Column classes can be found in the Filament\Tables\Columns namespace.
📄️ Text column
Text columns display simple text from your database:
📄️ Icon column
Icon columns render a Blade icon component representing their contents:
📄️ Image column
Images can be easily displayed within your table:
📄️ Badge column
Badge columns render a colored badge with the cell's contents:
📄️ Tags column
Tags columns render a list of tags from an array:
📄️ Color column
The color column allows you to show the color preview from a CSS color definition, typically entered using the color picker field, in one of the supported formats (HEX, HSL, RGB, RGBA).
📄️ Select column
The select column allows you to render a select field inside the table, which can be used to update that database record without needing to open a new page or a modal.
📄️ Toggle column
The toggle column allows you to render a toggle button inside the table, which can be used to update that database record without needing to open a new page or a modal:
📄️ Text input column
The text input column allows you to render a text input inside the table, which can be used to update that database record without needing to open a new page or a modal:
📄️ Checkbox column
The checkbox column allows you to render a checkbox inside the table, which can be used to update that database record without needing to open a new page or a modal:
📄️ Custom columns
View column
📄️ Column relationships
Displaying data from relationships