Displaying transaction grid
This commit is contained in:
@@ -19,11 +19,11 @@ class ListInvoiceValidations extends ListRecords
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
//to hide the data from the table
|
// //to hide the data from the table
|
||||||
protected function getTableQuery(): \Illuminate\Database\Eloquent\Builder
|
// protected function getTableQuery(): \Illuminate\Database\Eloquent\Builder
|
||||||
{
|
// {
|
||||||
return static::getResource()::getEloquentQuery()->whereRaw('1 = 0');
|
// return static::getResource()::getEloquentQuery()->whereRaw('1 = 0');
|
||||||
}
|
// }
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user