|  | 
| 4 | 4 | 
 | 
| 5 | 5 | use Livewire\Attributes\{On, Renderless}; | 
| 6 | 6 | use Livewire\Component; | 
| 7 |  | -use Rappasoft\LaravelLivewireTables\Traits\{ComponentUtilities, WithCustomisations, WithData, WithDebugging, WithEvents, WithQuery, WithQueryString, WithRefresh, WithTableHooks, WithTableAttributes}; | 
|  | 7 | +use Rappasoft\LaravelLivewireTables\Traits\{ComponentUtilities, WithCustomisations, WithData, WithDebugging, WithEvents, WithQuery, WithQueryString, WithRefresh, WithTableHooks}; | 
| 8 | 8 | use Rappasoft\LaravelLivewireTables\Traits\Core\{HasCustomAttributes, HasLocalisations}; | 
| 9 | 9 | use Rappasoft\LaravelLivewireTables\Views\Traits\Core\HasTheme; | 
| 10 | 10 | use Rappasoft\LaravelLivewireTables\Traits\Styling\{HasCoreStyling}; | 
|  | 
| 16 | 16 | use Rappasoft\LaravelLivewireTables\Features\ConfigurableAreas\WithConfigurableAreas; | 
| 17 | 17 | use Rappasoft\LaravelLivewireTables\Features\Filters\Traits\WithFilters; | 
| 18 | 18 | use Rappasoft\LaravelLivewireTables\Features\Footer\WithFooter; | 
|  | 19 | +use Rappasoft\LaravelLivewireTables\Features\LoadingPlaceholder\WithLoadingPlaceholder; | 
| 19 | 20 | use Rappasoft\LaravelLivewireTables\Features\Pagination\WithPagination; | 
| 20 | 21 | use Rappasoft\LaravelLivewireTables\Features\Reordering\WithReordering; | 
| 21 | 22 | use Rappasoft\LaravelLivewireTables\Features\SecondaryHeader\WithSecondaryHeader; | 
| 22 | 23 | use Rappasoft\LaravelLivewireTables\Features\Search\WithSearch; | 
| 23 | 24 | use Rappasoft\LaravelLivewireTables\Features\SessionStorage\WithSessionStorage; | 
| 24 | 25 | use Rappasoft\LaravelLivewireTables\Features\Sorting\WithSorting; | 
|  | 26 | +use Rappasoft\LaravelLivewireTables\Features\TableAttributes\WithTableAttributes; | 
| 25 | 27 | use Rappasoft\LaravelLivewireTables\Features\Tools\WithTools; | 
| 26 |  | -use Rappasoft\LaravelLivewireTables\Features\LoadingPlaceholder\WithLoadingPlaceholder; | 
| 27 | 28 | use Rappasoft\LaravelLivewireTables\Traits\WithFeatureDetection; | 
| 28 | 29 | 
 | 
| 29 | 30 | abstract class DataTableComponent extends Component | 
|  | 
0 commit comments