Replies: 2 comments 1 reply
-
The code you are using is very old, those classes don't exist anymore in this version. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Just return a view from the format() method: https://rappasoft.github.io/laravel-livewire-tables-docs/columns/Using-the-built-in-cell-formatting |
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.
-
I try to create edit and delete button but i get this error
somebody know hot to fix?
`<?php
namespace App\Http\Livewire;
use Illuminate\Database\Eloquent\Builder;
use Rappasoft\LaravelLivewireTables\DataTableComponent;
use Rappasoft\LaravelLivewireTables\Views\Column;
use Rappasoft\LaravelLivewireTables\Views\Link;
use App\Models\Product;
class ProductTable extends DataTableComponent
{
}
`
Beta Was this translation helpful? Give feedback.
All reactions