nterms / yii2-pagesize-widget

Widget for enabling dynamic page size selection on yii2 GridView
MIT License
38 stars 18 forks source link

"pageSizeParam" parameter not changing the name of the input of the widget #6

Closed abdallahalsamman closed 8 years ago

abdallahalsamman commented 8 years ago

Fixed Bug: "pageSizeParam" parameter was not changing the name of the input of the widget, because the constant value "per-page" was set instead of the "pageSizeParam" variable

nterms commented 8 years ago

Thanks abdullah-s!