Skip to content

Conversation

@Raubzeug
Copy link
Contributor

@Raubzeug Raubzeug commented Aug 13, 2025

closes #2541

It is possible to solve the problem 2 ways:

  1. Trigger syntetic resize event to force recalculate virtualization state
  2. pass dynamicRenderMinSize property to the table to increase minimum rendered rows.

I decided to implement first way, cause rows in query results may be very big (lots of columns). So I don't want to render more than needed.

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
358 350 0 6 2
Test Changes Summary ⏭️2

⏭️ Skipped Tests (2)

  1. Scroll to row, get shareable link, navigate to URL and verify row is scrolled into view (tenant/diagnostics/tabs/queries.test.ts)
  2. Copy result button copies to clipboard (tenant/queryEditor/queryEditor.test.ts)

Bundle Size: ✅

Current: 85.33 MB | Main: 85.33 MB
Diff: +0.98 KB (0.00%)

✅ Bundle size unchanged.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • 📊 indicates links to detailed reports.
  • 🔺 indicates increase, 🔽 decrease, and ✅ no change in bundle size.

@Raubzeug Raubzeug added this pull request to the merge queue Aug 14, 2025
Merged via the queue into main with commit cc751a5 Aug 14, 2025
7 checks passed
@Raubzeug Raubzeug deleted the fullscreen branch August 14, 2025 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI Data missing in query fullscreen mode

3 participants