ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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!
-
Though not an elegant solution, it can be removed with jQuery currently.
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.
-
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