Author Topic: bug report  (Read 3037 times)

xin

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 14
    • View Profile
bug report
« on: September 22, 2014, 11:52:54 pm »
We encountered in an exception throw, in
fnGrid.getRowData = function(obj) {
   ...
   else {
   return rowData[indx];
   }   
}

the return rowData in 'else' should be "data ? data[indx] : null;" instead, as you can't guarantee rowData always has item.

The bug happens in both 2.0.4 and 2.1.0.