Examples updated

This commit is contained in:
David
2025-04-02 04:54:28 -04:00
parent 63779f8bad
commit 585c32d0cd
4 changed files with 24 additions and 6 deletions

View File

@@ -6,12 +6,15 @@ use App\Tables\Traits\WithColumnFormatter;
use Mmt\GenericTable\Attributes\MappedRoute;
use Mmt\GenericTable\Components\Column;
use Mmt\GenericTable\Components\ColumnCollection;
use Mmt\GenericTable\Interfaces\IDragDropReordering;
use Mmt\GenericTable\Interfaces\IGenericTable;
class TableWithBindedRoutes implements IGenericTable
class TableWithBindedRoutes implements IGenericTable, IDragDropReordering
{
use WithColumnFormatter;
public string $orderingColumn;
public function __construct()
{
$this->columns = ColumnCollection::make(