cleaning day
This commit is contained in:
@@ -174,6 +174,13 @@ class ParentDataTable extends DataTable
|
||||
return "<'row pt-3 dt-toolbar-footer'<'col-md-6'i><'col-md-6'p>>";
|
||||
}
|
||||
|
||||
protected function getColumns()
|
||||
{
|
||||
return [
|
||||
$this->makeColumnButtons(),
|
||||
];
|
||||
}
|
||||
|
||||
protected function filename(): string
|
||||
{
|
||||
return self::buildFilename($this->model_name);
|
||||
|
||||
Reference in New Issue
Block a user