You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
I've a strange error that i can't reproduce it on plunker (the real application have numerous plugins), the angular-datatable throw "TypeError: Cannot read property 'parentNode' of null" in this line.
Why nTableWrapper property in settings could be null?
Any help is appreciated!
The text was updated successfully, but these errors were encountered:
The table haven't plugins, it seems to me that the table is not ready when the directive is applied. Because when I create other directive that apply the plugin after a second work! But the behavior is slow:
Hi,
I've a strange error that i can't reproduce it on plunker (the real application have numerous plugins), the angular-datatable throw
"TypeError: Cannot read property 'parentNode' of null"
in this line.Why
nTableWrapper
property insettings
could be null?Any help is appreciated!
The text was updated successfully, but these errors were encountered: