generate_data_table
Generate a Livewire data table component with sorting, filtering, search, pagination, bulk actions, and export. Define model, columns, and filters to create an interactive table for Laravel applications.
Instructions
Generate a Livewire data table component with sorting, filtering, search, pagination, bulk actions, and export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model name e.g. 'Post' | |
| layout | No | layouts.app | |
| columns | No | ||
| filters | No | ||
| modelClass | Yes | Full model class | |
| bulkActions | No | ||
| enableExport | No |