ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: mgwalm on October 31, 2013, 02:28:04 pm

Title: images in pager button not showing
Post by: mgwalm on October 31, 2013, 02:28:04 pm
why aren't the images in pager buttons not showing, eg, the following is the html output for one of them

<button title="First Page" type="button"></button>

no classes?

I have the images in a folder called images under the folder containing my css files.
Title: Re: images in pager button not showing
Post by: paramvir on October 31, 2013, 02:45:13 pm
Are you using bootstrap or some other library which conflicts with jQueryUI

you can see the resolution here:

https://github.com/paramquery/grid/issues/42 (https://github.com/paramquery/grid/issues/42)
Title: Re: images in pager button not showing
Post by: mgwalm on November 01, 2013, 01:56:09 am
Yes, that solved it.

Thanks.