Updated the list of exportable grids

This commit is contained in:
Prashant Singh 2019-03-12 12:19:28 +05:30
parent 9578f7609b
commit c9c5208693
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ use Excel;
class ExportController extends Controller
{
protected $exportableGrids = [
'OrderDataGrid', 'OrderInvoicesDataGrid', 'OrderShipmentsDatagrid', 'CustomerDataGrid', 'TaxRateDataGrid'
'OrderDataGrid', 'OrderInvoicesDataGrid', 'OrderShipmentsDataGrid', 'CustomerDataGrid', 'TaxRateDataGrid'
];
/**