rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.75k stars 330 forks source link

Class 'Rappasoft\LaravelLivewireTables\DataTableComponent' not found #527

Closed najy133 closed 2 years ago

najy133 commented 2 years ago

This import is not working: use Rappasoft\LaravelLivewireTables\DataTableComponent; it only shows the 'create class' option. I tried composer update, composer dump, and also re-installing rappasoft/laravel-livewire-tables.

rappasoft commented 2 years ago

This class? https://github.com/rappasoft/laravel-livewire-tables/blob/master/src/DataTableComponent.php#L3

najy133 commented 2 years ago

I'm not sure if this is a class as all the tutorials and also the documentation shows that I have to import it. When I do import it's not available, but thank you. I'll check it out.

rappasoft commented 2 years ago

It should be available, it's the main component in the package.