commit
877919e810
|
|
@ -17,7 +17,7 @@ class AttributeDataGrid extends DataGrid
|
|||
|
||||
public function __construct()
|
||||
{
|
||||
$this->itemsPerPage = 5;
|
||||
$this->itemsPerPage = 10;
|
||||
}
|
||||
|
||||
public function prepareQueryBuilder()
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class AttributeFamilyDataGrid extends DataGrid
|
|||
public $allColumns = [];
|
||||
|
||||
public function __construct() {
|
||||
$this->itemsPerPage = 5;
|
||||
$this->itemsPerPage = 10;
|
||||
}
|
||||
|
||||
public function prepareQueryBuilder()
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class CategoryDataGrid extends DataGrid
|
|||
public $allColumns = [];
|
||||
|
||||
public function __construct() {
|
||||
$this->itemsPerPage = 5;
|
||||
$this->itemsPerPage = 10;
|
||||
}
|
||||
|
||||
public function prepareQueryBuilder()
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class ChannelDataGrid extends DataGrid
|
|||
public $allColumns = [];
|
||||
|
||||
public function __construct() {
|
||||
$this->itemsPerPage = 5;
|
||||
$this->itemsPerPage = 10;
|
||||
}
|
||||
|
||||
public function prepareQueryBuilder()
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class CurrencyDataGrid extends DataGrid
|
|||
public $allColumns = [];
|
||||
|
||||
public function __construct() {
|
||||
$this->itemsPerPage = 5;
|
||||
$this->itemsPerPage = 10;
|
||||
}
|
||||
|
||||
public function prepareQueryBuilder()
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class CustomerDataGrid extends DataGrid
|
|||
public $allColumns = [];
|
||||
|
||||
public function __construct() {
|
||||
$this->itemsPerPage = 5;
|
||||
$this->itemsPerPage = 10;
|
||||
}
|
||||
|
||||
public function prepareQueryBuilder()
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class CustomerGroupDataGrid extends DataGrid
|
|||
public $allColumns = [];
|
||||
|
||||
public function __construct() {
|
||||
$this->itemsPerPage = 5;
|
||||
$this->itemsPerPage = 10;
|
||||
}
|
||||
|
||||
public function prepareQueryBuilder()
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class CustomerReviewDataGrid extends DataGrid
|
|||
public $allColumns = [];
|
||||
|
||||
public function __construct() {
|
||||
$this->itemsPerPage = 5;
|
||||
$this->itemsPerPage = 10;
|
||||
}
|
||||
|
||||
public function prepareQueryBuilder()
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class ExchangeRatesDataGrid extends DataGrid
|
|||
public $allColumns = [];
|
||||
|
||||
public function __construct() {
|
||||
$this->itemsPerPage = 5;
|
||||
$this->itemsPerPage = 10;
|
||||
}
|
||||
|
||||
public function prepareQueryBuilder()
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class InventorySourcesDataGrid extends DataGrid
|
|||
public $allColumns = [];
|
||||
|
||||
public function __construct() {
|
||||
$this->itemsPerPage = 5;
|
||||
$this->itemsPerPage = 10;
|
||||
}
|
||||
|
||||
public function prepareQueryBuilder()
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class LocalesDataGrid extends DataGrid
|
|||
public $allColumns = [];
|
||||
|
||||
public function __construct() {
|
||||
$this->itemsPerPage = 5;
|
||||
$this->itemsPerPage = 10;
|
||||
}
|
||||
|
||||
public function prepareQueryBuilder()
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class NewsLetterDataGrid extends DataGrid
|
|||
public $allColumns = [];
|
||||
|
||||
public function __construct() {
|
||||
$this->itemsPerPage = 5;
|
||||
$this->itemsPerPage = 10;
|
||||
}
|
||||
|
||||
public function prepareQueryBuilder()
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class OrderDataGrid extends DataGrid
|
|||
public $allColumns = [];
|
||||
|
||||
public function __construct() {
|
||||
$this->itemsPerPage = 5;
|
||||
$this->itemsPerPage = 10;
|
||||
}
|
||||
|
||||
public function prepareQueryBuilder()
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class OrderInvoicesDataGrid extends DataGrid
|
|||
public $allColumns = [];
|
||||
|
||||
public function __construct() {
|
||||
$this->itemsPerPage = 5;
|
||||
$this->itemsPerPage = 10;
|
||||
}
|
||||
|
||||
public function prepareQueryBuilder()
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class OrderShipmentsDataGrid extends DataGrid
|
|||
public $allColumns = [];
|
||||
|
||||
public function __construct() {
|
||||
$this->itemsPerPage = 5;
|
||||
$this->itemsPerPage = 10;
|
||||
}
|
||||
|
||||
public function prepareQueryBuilder()
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class ProductDataGrid extends DataGrid
|
|||
public $allColumns = [];
|
||||
|
||||
public function __construct() {
|
||||
$this->itemsPerPage = 5;
|
||||
$this->itemsPerPage = 10;
|
||||
}
|
||||
|
||||
public function prepareQueryBuilder()
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class RolesDataGrid extends DataGrid
|
|||
public $allColumns = [];
|
||||
|
||||
public function __construct() {
|
||||
$this->itemsPerPage = 5;
|
||||
$this->itemsPerPage = 10;
|
||||
}
|
||||
|
||||
public function prepareQueryBuilder()
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class SliderDataGrid extends DataGrid
|
|||
public $allColumns = [];
|
||||
|
||||
public function __construct() {
|
||||
$this->itemsPerPage = 5;
|
||||
$this->itemsPerPage = 10;
|
||||
}
|
||||
|
||||
public function prepareQueryBuilder()
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class TaxCategoryDataGrid extends DataGrid
|
|||
public $allColumns = [];
|
||||
|
||||
public function __construct() {
|
||||
$this->itemsPerPage = 5;
|
||||
$this->itemsPerPage = 10;
|
||||
}
|
||||
|
||||
public function prepareQueryBuilder()
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class TaxRateDataGrid extends DataGrid
|
|||
public $allColumns = [];
|
||||
|
||||
public function __construct() {
|
||||
$this->itemsPerPage = 5;
|
||||
$this->itemsPerPage = 10;
|
||||
}
|
||||
|
||||
public function prepareQueryBuilder()
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class UserDataGrid extends DataGrid
|
|||
public $allColumns = [];
|
||||
|
||||
public function __construct() {
|
||||
$this->itemsPerPage = 5;
|
||||
$this->itemsPerPage = 10;
|
||||
}
|
||||
|
||||
public function prepareQueryBuilder()
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ require("laravel-mix-merge-manifest");
|
|||
var publicPath = 'publishable/assets';
|
||||
// var publicPath = "../../../public/vendor/webkul/ui/assets";
|
||||
|
||||
|
||||
mix.setPublicPath(publicPath).mergeManifest();
|
||||
mix.disableNotifications();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue