Angular - TypeError: Cannot read property 'nodeName' of null

Angular - TypeError: Cannot read property 'nodeName' of null

SrAxiSrAxi Posts: 7Questions: 2Answers: 0

Hello,

I have been using Datatables+Angular for a while now, but never I had issues like this one before.

The thing is that, I'm using a theme. The theme updated so I updated my project.

Everything works fine except for DataTables, the first time that I render it throws the following error:

TypeError: Cannot read property 'nodeName' of null

I have downloaded and run the updated theme App and works well, it's DataTables in my project that is not working as intended.

By the way, only when I use DataTable().ajax.reload() works well.

For more details check this out please: https://stackoverflow.com/questions/44586587/angular-datatables-typeerror-cannot-read-property-nodename-of-null

Thank you in advance!

This discussion has been closed.