Uncaught TypeError: Cannot set property 'nTf' of undefined
Uncaught TypeError: Cannot set property 'nTf' of undefined
vishalsingh119
Posts: 6Questions: 2Answers: 0
i know why ntf error coming because of lot of th/td in tfoot.I want th/td in tfoot, any other solution so i remove this error from datatables
This discussion has been closed.
Answers
i try to remove th and td then alignment and sorting icon issue will occur.
Issue if remove th from tfoot
This is my code for datatable----
var $oTable= $('#report_summary').dataTable({
"order": [[ 1, "desc" ]],
"scrollY":"250px",
"scrollCollapse": true,
"responsive": true,