Change styling of jqgrid -


i have started using jqgrid project , pretty happy it.

screenshot of data in jqgrid

i have 2 small style related questions.

  • i using grouping columns column name '+' not displayed properly.'+' half hidden.how can rectify this?
  • i want use blue theme. downloaded files here , included ui.jqgrid.min.css in code not seem work.what problem?

i'm not sure reason of problems described. free jqgrid bootstrap gui stile without jquery ui css not yet final, github contains version, relatively close release. created the demo uses guistyle: "bootstrap". current restriction of guistyle: "bootstrap" usage of iconset: "fontawesome" additionally.

to customize color of jqgrid css 1 need specify border color or background color. example used following css rules in the demo:

.ui-jqgrid.ui-jqgrid-bootstrap {     border: 1px solid #003380; } .ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-hdiv {     background-color: #cce0ff; } .ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-toppager, .ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-pager {     background-color: #e6f0ff; } 

the results on picture below:

enter image description here


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -