a.aoColumns[c] is undefined
a.aoColumns[c] is undefined
pramodkuber
Posts: 2Questions: 0Answers: 0
Hi ,
I have refereed other post related to same error but not able to resolve my error, not sure if missing something minor.
Below is my HTML:
${cont.detId}
${cont.codeId}
${cont.siteId}
${cont.name}
${cont.description}
${cont.isActive}
${cont.createDate}
${cont.lastModiDate}
${cont.steLangu}
${row.reasonCodeDetailId}
${row.reasonCodeId}
${row.siteId}
${row.name}
${row.description}
${row.isActive}
${row.creationDate}
${row.lastModifiedDate}
${row.siteLangu}
JS:
init : function(cfg) {
var id = "#" + cfg.id;
oTable = $(id).dataTable({
"bJQueryUI" : true,
aLengthMenu : aLengthMenu,
"oLanguage" : {
"sLengthMenu" : cfg.showMenu,
"sSearch" : cfg.showFilter,
"sInfo":cfg.sInfo,
"sInfoEmpty" : cfg.showMsg,
"sInfoFiltered" : cfg.filterfrom,
"sFilterTxt":cfg.filterText
},
"bPaginate" : cfg.paginate,
"bFilter" : cfg.filter,
"bInfo" : cfg.info,
"bLengthChange" : cfg.lnchg,
"iDisplayLength" : iDisplayLength,
"aoColumns" : [null,null,null,null,null,null,null,null,null],
aaSorting : [ [ sorting, sortPosition ] ],
});
}
Any input?
I have refereed other post related to same error but not able to resolve my error, not sure if missing something minor.
Below is my HTML:
${cont.detId}
${cont.codeId}
${cont.siteId}
${cont.name}
${cont.description}
${cont.isActive}
${cont.createDate}
${cont.lastModiDate}
${cont.steLangu}
${row.reasonCodeDetailId}
${row.reasonCodeId}
${row.siteId}
${row.name}
${row.description}
${row.isActive}
${row.creationDate}
${row.lastModifiedDate}
${row.siteLangu}
JS:
init : function(cfg) {
var id = "#" + cfg.id;
oTable = $(id).dataTable({
"bJQueryUI" : true,
aLengthMenu : aLengthMenu,
"oLanguage" : {
"sLengthMenu" : cfg.showMenu,
"sSearch" : cfg.showFilter,
"sInfo":cfg.sInfo,
"sInfoEmpty" : cfg.showMsg,
"sInfoFiltered" : cfg.filterfrom,
"sFilterTxt":cfg.filterText
},
"bPaginate" : cfg.paginate,
"bFilter" : cfg.filter,
"bInfo" : cfg.info,
"bLengthChange" : cfg.lnchg,
"iDisplayLength" : iDisplayLength,
"aoColumns" : [null,null,null,null,null,null,null,null,null],
aaSorting : [ [ sorting, sortPosition ] ],
});
}
Any input?
This discussion has been closed.
Replies
Allan
My server has no access out of our network. If required I can delete this post to maintain forum decorum.
Allan