I just realized i can use the postData option: postData:{name:val,,,}, but i was hoping to just automatically pull the column names from the colModel definitions using some function…
postData: function(){get each column name and format as a array key:value pairs.},
so i would not have to spell them out manually again.
thanks.