-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datatable : slow rendering of records in IE11 #2071
Comments
We'll review. How many columns do you have? Do you experience same at showcase? Scroll example has many rows. |
My Datatable is having 18 columns. |
And how many rows? |
Currently I am checking for more than 200 rows. Later according to project requirement the no. of rows could go more than 1000.
Currently I am using primeng version ^1.0.0-rc.7 and angular-cli : 1.0.0-beta.20-4
|
I have the same problem. The datatable is very slow to load on IE 11. The other browsers are fine. |
Hello, I'm experiencing same issue with data table. My table has 6 columns and loading 50 records with pagination. My service is reading JSON file using http.get(). |
What are your Angular and PrimeNG versions? |
PrimeNG 4.0.0 and Agnular 4.1.0 |
same issue here, just 3 columns with 150 entries and the performance in IE is really bad |
Duplicate of #3101 |
Hi, I am developing an angular app using primeng datatable . While rendering records in IE 11, it is taking 8 seconds for 200 records. Even on changing page of datatable , it is taking 8 sec . Can anybody please help me out in this performance issue.
The text was updated successfully, but these errors were encountered: