#FEAT
+ Added EMPTY flag to be used by column settings
This commit is contained in:
@@ -17,7 +17,7 @@ class TableWithActionColumn implements IGenericTable, IActionColumn, IEvent
|
||||
|
||||
public Model|string $model = Product::class;
|
||||
|
||||
public int $actionColumnIndex = -1;
|
||||
public int $actionColumnIndex = 0;
|
||||
|
||||
public function actionView(Model $item): \Illuminate\View\View
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user