Skip to content

Make table header sticky at 49px from top edge#517

Merged
ideav merged 3 commits intomainfrom
issue-516-b07109677c36
Feb 18, 2026
Merged

Make table header sticky at 49px from top edge#517
ideav merged 3 commits intomainfrom
issue-516-b07109677c36

Conversation

@konard
Copy link
Copy Markdown
Collaborator

@konard konard commented Feb 18, 2026

Summary

  • Changed table header sticky position from top: 0 to top: 49px so the header stays visible 49px below the top edge of the viewport
  • Updated filter row sticky position to top: 93px to maintain proper stacking below the header

Changes

  • assets/css/integram-table.css:
    • .integram-table th: top: 0top: 49px
    • .filter-row td: Uncommented and updated top: 93px (was commented-out top: 44px)

Test plan

  • Open a page with the IntegramTable component
  • Scroll down the page and verify that the table header becomes sticky at 49px from the top
  • Verify that the filter row (when enabled) stays below the header when scrolling

Fixes #516

🤖 Generated with Claude Code

Adding CLAUDE.md with task information for AI processing.
This file will be removed when the task is complete.

Issue: #516
@konard konard self-assigned this Feb 18, 2026
- Changed sticky header position from top: 0 to top: 49px
- Updated filter row sticky position to top: 93px to account for header height

Closes #516

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@konard konard changed the title [WIP] assets/js/integram-table.js Сделать шапку таблицы табличного компонента прилипающей сверху на высоте 49px от верхнего края Make table header sticky at 49px from top edge Feb 18, 2026
@konard konard marked this pull request as ready for review February 18, 2026 18:21
@konard
Copy link
Copy Markdown
Collaborator Author

konard commented Feb 18, 2026

🤖 Solution Draft Log

This log file contains the complete execution trace of the AI solution draft process.

💰 Cost estimation:

  • Public pricing estimate: $3.488542
  • Calculated by Anthropic: $1.820922 USD
  • Difference: $-1.667620 (-47.80%)
    📎 Log file uploaded as Gist (648KB)
    🔗 View complete solution draft log

Now working session is ended, feel free to review and add any feedback on the solution draft.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants