jquery-bootgrid icon indicating copy to clipboard operation
jquery-bootgrid copied to clipboard

How to customize row background based on a field value?

Open realtebo opened this issue 5 years ago • 1 comments

How to customize row background based on a field value?

I cannot understand how to do this, based on the doc

realtebo avatar May 08 '19 15:05 realtebo

Take a peek at Status mapping, http://www.jquery-bootgrid.com/Documentation#statusmappings

Also it is worth to add a line how to switch off status mapping, e.g.:

$("#grid").bootgrid({ statusMapping: false });

SeamusObrien avatar May 28 '19 19:05 SeamusObrien