ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: DotNetRocks on January 20, 2018, 12:30:27 am

Title: Pager Refresh Icon
Post by: DotNetRocks on January 20, 2018, 12:30:27 am
Hello,

I am wanting to remove the separators and refresh icons from the pager. Is there an option to do this or an easy way that I can implement? I have included an image that highlights what I am wanting to remove.

Thanks!
Title: Re: Pager Refresh Icon
Post by: paramvir on January 22, 2018, 02:22:54 pm
Though not an elegant solution, it can be removed with jQuery currently.

Code: [Select]
        grid.on('refresh',function(){
            this.pager().widget().find(".ui-icon-refresh").hide();
        })

I've added it as feature enhancements to make it easy to modify the pager via templates for next version.
Title: Re: Pager Refresh Icon
Post by: paramvir on July 24, 2018, 11:03:18 am
Pager can be easily designed / modified by declaring its layout in pageModel.layout option ( new in v5.2.0 )

Example: https://paramquery.com/pro/demos/paging_layout