jqgrid setting cutom formatter to dynamic column collection
- by user312249
I am using jqgrid. We are building a dashboard functionality with jquery. Different application just have to register respective application page and dashboard will render that page.To achieve this we are using jqgrid as one of the jquery plugin. Following is my codeenter code here
var ph = '#' + placeHolder;
var _prevSort;
$.ajax({
…