{
type: 'button',
label: 'Add Class',
listener: function (ui) {
var dataIndx = $(".sl_dataIndx").val() ? $(".sl_dataIndx").val() : null;
this.addClass({
rowIndx: $(".sl_rowIndx").val(),
dataIndx: dataIndx,
cls: $(".sl_class").val()
});
}
},
AddClass button in toolbar has above code. When I inspect the cell it has blue color, but cell is not colored blue
<td class="pq-grid-cell blue" pq-col-indx="2" title="Tom Jones">Tom Jones</td>