Closed
Description
I think that the admin grids should support custom number of items per page.
Right now they are hard coded in app/code/Magento/Backend/view/adminhtml/widget/grid.phtml
to 20,30,50,100,200
. I think the Grid
class should have a method called getLimits
(or something similar) that can be overwritten in the child classes to support custom values.