Replies: 1 comment
-
I am also face the same problem. Anyone can help? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
`<?php
namespace App\Http\Livewire\PowerGrid;
use andcarpi\Popper\Facades\Popper;
use App\Models\PurchaseRequest;
use Illuminate\Support\Carbon;
use Illuminate\Database\Eloquent\Builder;
use PowerComponents\LivewirePowerGrid\Rules{Rule, RuleActions};
use PowerComponents\LivewirePowerGrid\Traits\ActionButton;
use PowerComponents\LivewirePowerGrid{Button, Column, Exportable, Footer, Header, PowerGrid, PowerGridComponent, PowerGridEloquent};
final class PurchaseRequestTable extends PowerGridComponent
{
use ActionButton;
}
`
Beta Was this translation helpful? Give feedback.
All reactions