0

Good morning, I am trying to use the responsive class in powergrid but I get the error:

Class "PowerComponents\LivewirePowerGrid\Responsive" not found.

I have installed the latest version of PowerGrid for laravel and configured everything but I get this error, I am calling the responsive class in the function setUp()

public function setUp(): array
    {
        $this->showCheckBox();

        return [
            Exportable::make('export'))
                ->striped()
                ->type(Exportable::TYPE_XLS, Exportable::TYPE_CSV),
            Header::make()->showSearchInput(),
            Footer::make()
                ->showPerPage()
                ->showRecordCount(),
            Responsive::make()
        ];
    }

As indicated in the documentation

obernal
  • 21
  • 3

0 Answers0