I'm submitting a ... (check one with "x")
[ X] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
Plunkr Case (Bug Reports)
http://plnkr.co/edit/upCMls6dQBWSbbCl0WBV?p=preview
Current behavior
On delete, or change element on Datatable, throw the following error:
TableBody.html:15 ERROR TypeError: Cannot read property 'tagName' of null
Expected behavior
No errors
Minimal reproduction of the problem with instructions
In plnkr click on field and delete an element
Similar Issues (not bug report):
https://github.com/primefaces/primeng/issues/3478
https://github.com/primefaces/primeng/issues/3456
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
npm: 5.3.0
I had 4.2.6 and I have changed to 4.3.1 and still happens
4.1.1
all
Language: [all | TypeScript X.X | ES6/7 | ES5]
all
Node (for AoT issues): node --version =
v6.11.1
Hi,
Same error happened to me also, when i first load the data table with editor option no error occurred. when autocomplete changes the html template error occurred.
Before change the template

After

Angular 4.3.1
PrimeNG 4.1.1
Importantly this error occred for me when conditionally showing div with ngIf
Try with 4.1.3 please.