kartik-v / yii2-dynagrid

Turbo charge the Yii 2 GridView with personalized columns, page size, and themes.
http://demos.krajee.com/dynagrid
Other
74 stars 66 forks source link

Page Size #207

Closed YairHadari closed 5 years ago

YairHadari commented 5 years ago

Can I change the page size of dynagrid dynamically for specific view?

metola commented 5 years ago

Yes, you need see the doc

YairHadari commented 5 years ago

Metola,

Thanks for the answer. I show the defaultPageSize, minPageSize and maxPageSize parameters. I didn't find a way to implement them on a gridOption level.

Thanks, Yair

metola commented 5 years ago

Hi YairHadari ,

Your users can dynamically change the page size value for each view. The parameters that you show are in module config not in Grid Option level.

I believe that this implementation is not done.

YairHadari commented 5 years ago

Thanks

michalwoz commented 5 years ago

Did I understood correctly, that we cannot set minPageSize and maxPageSize individually per single dynagrid(view) but only global config for whole module is possible?

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.