Issue #1629 fixed
This commit is contained in:
parent
eaff6836fc
commit
4657430da1
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue