Reference
Classes, attributes, enums, and the Ajax contract, described exactly.
- 01AbstractDataTableCreate reusable, configurable data tables with Doctrine integration
- 02DataTableReference for the DataTable fluent configuration API
- 03DataTableRequestRequest DTOs used for server-side processing
- 04FiltersDeclarative filter bar inspired by Filament and EasyAdmin
- 05AttributesReference for AsDataTable and Column PHP attributes
- 06Edit ModalInline edit modal configuration, template overrides, form mapping, and customization
- 07Data Providers & Row MappersContracts and built-in implementations for data retrieval and row mapping
- 08Query FiltersThe server-side query pipeline, the read intent it consumes, and how to add a filter
- 09Search StrategiesPer-column search logic and the global search predicate builder
- 10Custom ExportersThe ExporterInterface contract, the streaming pipeline, and how to replace a writer
- 11EnumsPublic enum values used by UX DataTables
- 12Maker CommandGenerate DataTable classes from Doctrine entities
- 13Web Profiler PanelWhat the DataTables profiler collects and what the panel shows