Problems w/ individual column filtering and server-side
Problems w/ individual column filtering and server-side
Viper
Posts: 9Questions: 0Answers: 0
When I add code for individual column filtering I get an error sValue in not defined in
[code]if (bIgnoreEmpty == true && sValue.length == 0) {[/code]
Moving up to start of that function I found what oSettings.aiDisplay and oSettings.aiDisplayMaster in $.fn.dataTableExt.oApi.fnGetColumnData does not contain any data. When I do console.log(oSettings); I see what oSettings.aiDisplay exists and contain an array element.
What's wrong?
Debug http://debug.datatables.net/ezasab
[code]if (bIgnoreEmpty == true && sValue.length == 0) {[/code]
Moving up to start of that function I found what oSettings.aiDisplay and oSettings.aiDisplayMaster in $.fn.dataTableExt.oApi.fnGetColumnData does not contain any data. When I do console.log(oSettings); I see what oSettings.aiDisplay exists and contain an array element.
What's wrong?
Debug http://debug.datatables.net/ezasab
This discussion has been closed.