Error on row highlighter page
Error on row highlighter page
Prashant3110
Posts: 6Questions: 2Answers: 0
getting error
var colIdx = myTable.cell(this).index().column;
Uncaught TypeError: myTable.cell is n
This discussion has been closed.
Answers
I'm afraid I don't see any errors on the page you linked to. Indeed there isn't even a variable called
myTable
so I'm not sure how it would show that error at all.Can you tell me how to reproduce the error on that page, or give me a link to a page which does show the issue please.
Allan
Hi Allan,
Thanks for your kind response
I'm using dataTable in my angularJS C# web application
I'm calling setDataTable() after angular binds data to DOM
also after adding multiple dataTable(different pages) in my application, save as "csv" and "xls" had stop working hence pdf is working fine
Thanks - but I'm still not clear on how to reproduce the error on the page you linked to. Can you tell me what actions I need to take on that page or link to a page that shows the issue please.
Allan
Thanks -
I have resoled the same actually i tried using datatable in angular way that's why i got that error.
need help on how to use multiple dataTable(on different pages),
after adding multiple datatables save as "csv" and "xls" is not working
Please link to the page showing the error. I'm afraid I won't be replying in this thread again unless there is a link that I can use to debug the issue as I've already asked for a test case twice above.
Allan
Thanks Allan for replay,
I can not provide you the link of those pages as it is currently in DEV server,
There is no any error in console while clicking on CSV or Excel button.
If i remove dataTables from other page those buttons starts working, and when i put it back it won't works.
PDF button is working.
I'm using this code.
Thanks in advance for any help.