I am trying to place the background for the colNames of Jqgrid I wish something like this:
I get this by placing the following directly in the Javascript:
colNames:['', '<span class="badge bg-green">Orden N°</span>','Proveedor'....
The idea is to use css to have the same effect. I have also tried the following:
.ui-jqgrid .ui-jqgrid-labels th.ui-th-column {
background-color: orange;
background-image: none
}
which is totally different from what I wish maybe where to start or an idea thanks in advance