DataTable loading slow on 200 rows #1624
-
Hello. The problem arises when the user selects more than 200 rows in lazy loading mode. At this point, the page starts to lag noticeably, and the user experience becomes less than ideal. Furthermore, when dealing with around 2000 rows, the page load time exceeds 5 seconds, which is unacceptable for most user interactions. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
200 rows visible without paging? |
Beta Was this translation helpful? Give feedback.
@mdimitrov94 I have solved the issue with the selection. The PR is waiting for review, see primefaces/primereact#7425. In the meanwhile, you can clone my repo and use it in your project: https://github.com/acc-cassio/custom-primereact/