Skip to main content
You are currently viewing the documentation for Filament 2.x, which is a previous version of Filament.Looking for the current stable version? Visit the 5.x documentation.
Filament comes with a β€œtable” widget template, which you can use to display a table of data without needing to write a custom view. Start by creating a widget with the command:
Then update the getTableQuery() and getTableColumns() methods to return the data query and columns you want to display:
Now, check out your widget in the dashboard. Table widgets support all features of the Table Builder, including filters and actions.