Pagination count changed in all grids
This commit is contained in:
parent
ce2094d34c
commit
6040e464fd
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue