1
votes

Am using Primeng Datatable component for my CURD application. I used primeng's Autocomplete and Dropdown component in p-column.
Faced two issues as follows,

  1. Performance is very low when i have >= 20 rows in datatable.
    - Even the autocomplete component click event itself takes 5-6 Seconds to appear cursor inside the component.

  2. The suggestion list of autocomplete and dropdown is not visible.
    - If set [style]="{'overflow':'visible'}" in p-column and ui-datatable-scrollable-body datatable scroll bar is not working.

    • If i override css "{'position':'fixed'}" in dropdown component (.ui-dropdown-items-wrapper then the suggestion list not appearing in right place.

Can any one suggest an idea to do it ?

Am using Primeng: 1.0.0, Angular:2.1.2, node: 6.6.0, os: win32 x64

Please see this picture http://www.screencast.com/t/FmgoMg7E

1

1 Answers

3
votes

With primeng 2.0-RC.1 there are lots of enhancements on performance issues maybe you can try to upgrade your primeng version.