Task #1608
closedRenderenig problem in BasicTable
100%
Description
Occures for example on detail of role-request, when table of concepts contains many rows (200) with complex data.
Related issues
Updated by Radek Tomiška over 5 years ago
- Category set to Frontend
- Status changed from New to In Progress
Updated by Vít Švanda over 5 years ago
- Target version changed from Quartz (9.6.0) to Pyrite (9.5.2)
Updated by Radek Tomiška over 5 years ago
- Related to Task #1610: Optimalization of role-request detail added
Updated by Radek Tomiška over 5 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 0 to 90
The issue is related to high number of react components on the one page. I tried to reduce number of components but the page is simple too big anyway. So i reduce the page using frontend pagination with waypoint library - is not the best solution, just workaround to split loading, but page is usable now.
The final solution will be rewrite table of concepts with all features to backend in some future release.
Commit:
https://github.com/bcvsolutions/CzechIdMng/commit/d2295a715bcb5ede2ac76272d8fd75da7e10c0bf
Could you do a feedback please? I will continue with #1610.
Updated by Vít Švanda over 5 years ago
- Status changed from Needs feedback to Resolved
- % Done changed from 90 to 100
I reviewed it. I think this solution is nice. Thanks for that.
Updated by Radek Tomiška about 4 years ago
- Related to Task #87: Componet BasicTable - support for FE only pagination added