add new blade for reports
This commit is contained in:
@@ -76,7 +76,9 @@ class DataTableService
|
||||
|
||||
$this->totalRowCount = $query->count();
|
||||
|
||||
$query->offset($this->dataTableInput->getStart());
|
||||
if (!is_null($this->dataTableInput->getStart())) {
|
||||
$query->offset($this->dataTableInput->getStart());
|
||||
}
|
||||
|
||||
if(!is_null($this->dataTableInput->getSize())){
|
||||
$query->limit($this->dataTableInput->getSize());
|
||||
|
||||
Reference in New Issue
Block a user