rstaib / jquery-bootgrid

Nice, sleek and intuitive. A grid control especially designed for bootstrap.
http://www.jquery-bootgrid.com
MIT License
973 stars 364 forks source link

How to customize row background based on a field value? #424

Open realtebo opened 5 years ago

realtebo commented 5 years ago

How to customize row background based on a field value?

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

SeamusObrien commented 5 years ago

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 });