Fixing some examples
This commit is contained in:
@@ -26,6 +26,7 @@ class TableWithBindedRoutes implements IGenericTable, IDragDropReordering
|
||||
new Column('Price'),
|
||||
new Column('Stock'),
|
||||
new Column('SubDepartment', 'subDepartment.name'),
|
||||
new Column('Order')->hide()
|
||||
);
|
||||
|
||||
$this->tableSettings = new GenericTableSettings(
|
||||
|
||||
Reference in New Issue
Block a user