Description
- Users create large review/summary tables with:
- Many wells and plates, and
- Dozens of columns (e.g., multiple metrics, comments, QC flags).
- The UI becomes slow or unresponsive when building or interacting with these tables.
Solution
- Reduce table complexity:
- Limit columns to those actually needed for the current analysis.
- Use multiple smaller tables for different purposes instead of one huge table.
- Filter rows:
- Use filters to show only wells of interest (e.g., those with warnings or specific results), rather than all wells at once.
- Technical tuning:
- Where supported, adjust pagination or virtual scrolling settings to avoid rendering the full table in one go.
- For heavy use cases:
- Export data to CSV/Excel and use external tools for large‑scale review.
- Work with Technical Support team to profile and optimize review‑table performance for your environment.
Comments
0 comments
Article is closed for comments.