Re: [openstack-dev] [horizon] How to paginate Data Table to display only 5 rows every page ?

2016-04-28 Thread Timur Sufiev
Yes, you can maintain a downstream fork if you wish. On Thu, 28 Apr 2016 at 05:34, 严超 wrote: > Can we hard code only one table to 5 rows limit default ? And leave other > tables not touched. > Thank you very much ! > > 严超 于2016年4月28日周四 上午6:58写道: > >>

Re: [openstack-dev] [horizon] How to paginate Data Table to display only 5 rows every page ?

2016-04-27 Thread 严超
Can we hard code only one table to 5 rows limit default ? And leave other tables not touched. Thank you very much ! 严超 于2016年4月28日周四 上午6:58写道: > Oh, sorry, I mean, can we hard code only one table to 5 rows default ? And > leave others not touched. > Thank you very much ! >

Re: [openstack-dev] [horizon] How to paginate Data Table to display only 5 rows every page ?

2016-04-27 Thread 严超
Oh, sorry, I mean, can we hard code only one table to 5 rows default ? And leave others not touched. Thank you very much ! *Best Regards!* *Chao Yan--About me : http://about.me/chao_yan * *My twitter: @yanchao727 * *My

Re: [openstack-dev] [horizon] How to paginate Data Table to display only 5 rows every page ?

2016-04-27 Thread Timur Sufiev
Definitely, yes See how it's done for Images: https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/images/views.py#L35 Also, limit of items per table page is set in User Settings (->Settings at top right corner of the dashboard), it's not hard-coded. Once you