Skip to content

fix(data-table): make virtualized loader rows scroll with content#776

Open
paanSinghCoder wants to merge 1 commit intomainfrom
fix/datatable-loader-rows-virtualized
Open

fix(data-table): make virtualized loader rows scroll with content#776
paanSinghCoder wants to merge 1 commit intomainfrom
fix/datatable-loader-rows-virtualized

Conversation

@paanSinghCoder
Copy link
Copy Markdown
Contributor

Summary

Loader skeleton rows in DataTable.VirtualizedContent were pinned to the bottom via position: sticky. They should scroll with the list and render at the end of the loaded rows.

Test plan

  • Open the virtualized DataTable example, trigger load-more, and confirm skeleton rows appear at the end of the list and scroll with the content (no longer pinned to the viewport bottom).

Loader skeleton rows were pinned to the bottom via position: sticky;
they should render in normal flow at the end of the list.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
apsara Ready Ready Preview, Comment May 6, 2026 3:00am

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 6, 2026

Warning

Rate limit exceeded

@paanSinghCoder has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 57 minutes and 16 seconds before requesting another review.

To continue reviewing without waiting, purchase usage credits in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 7ca1c42e-d23f-44c5-9eda-8f5d804b45e4

📥 Commits

Reviewing files that changed from the base of the PR and between 78b7563 and 165aab5.

📒 Files selected for processing (2)
  • packages/raystack/components/data-table/components/virtualized-content.tsx
  • packages/raystack/components/data-table/data-table.module.css

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

1 participant