DataTable Memory problem after update to 2.0.1 #2133
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
I'm submitting a ... (check one with "x")
Plunkr Case (Bug Reports)
Current behavior
After upgrade to PrimeNG 2.0.1 (from 2.0.0) I encounter following error:
EXCEPTION: Error in ./TableBody class TableBody - inline template:14:20 caused by: Maximum call stack size exceeded
The problem seems to be in DataTable component when I use templates.
After rollback to version 2.0.0 it works. There has been no code changes, just the upgrade.
Expected behavior
Just work as before update.
Minimal reproduction of the problem with instructions
I am using p-dataTable with column templating, it is actually a small table with aprox. 20 rows.
There is a custom component inside a column template.
On the left is a result in 2.0.0, on the right in 2.0.1.
Model.zip
Please tell us about your environment:
Windows 8 Enterprise, Visual Studio Code, Node - Express
Chrome v. 56.0.2924.87
Language: TypeScript 2.1.6, ES6
Node (for AoT issues):
node --version
= v6.9.5Thank you in advance for your support.
The text was updated successfully, but these errors were encountered: