This commit is contained in:
jitendra 2019-10-15 13:10:53 +05:30
parent eaff6836fc
commit 4657430da1
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class DownloadableProductDataGrid extends DataGrid
$this->addColumn([ $this->addColumn([
'index' => 'increment_id', 'index' => 'increment_id',
'label' => trans('shop::app.customer.account.downloadable_products.order-id'), 'label' => trans('shop::app.customer.account.downloadable_products.order-id'),
'type' => 'number', 'type' => 'string',
'searchable' => false, 'searchable' => false,
'sortable' => true, 'sortable' => true,
'filterable' => true 'filterable' => true