EmpowerBoy

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • in reply to: header/column not match after jqGridExport #97911
    EmpowerBoy
    Participant

    In order for it to work you should replace this:

    var c = b.extend({}, b(this).jqGrid(“getGridParam”));

    With this:

    var c = b.extend(true, {}, b(this).jqGrid(“getGridParam”));

    The difference is that the latter option makes a deep copy, instead of a shallow one.

Viewing 1 replies (of 1 total)

Stay connected with us in your favorite flavor!