Skip to navigation
Jqgrid add check ok and fail/close icon to the columns
29.04.20
Example col_model = add_width(col_model,['notsale','pk','active','finding','F34','group1','group2','inhouse','saleitem'],60); function add_format_ok(col_model,fields){ for(let i=0;i< col_model.length;i++) { if(fields.indexOf(col_model[i]['name']) > -1) { col_model[i]['formatter'] = function (cell_val) { if(cell_val == 0) { return '
'; } else { return '
'; } }; } } return col_model; }
https://github.com/free-jqgrid
Reply
Anonymous
Information Epoch 1732602223
Save trees.
Home
Notebook
Contact us