Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

marliessophie
Copy link
Member

@marliessophie marliessophie commented Sep 5, 2025

Important

Enhance DataTable with column pinning functionality, pinning select and name columns in DatasetRunsTable to the left.

  • Behavior:
    • Implement column pinning in data-table.tsx using getCommonPinningStyles() and getPinningClasses() for sticky positioning.
    • select and name columns in DatasetRunsTable.tsx are pinned to the left using isPinnedLeft.
  • Props and State:
    • Add isPinnedLeft to ExtendedColumnDef in types.ts to support pinning.
    • Infer columnPinning state in DataTable from column properties.
  • Misc:
    • Update DataTable to use columnPinning instead of pinFirstColumn for better flexibility.

This description was created by Ellipsis for 075f510. You can customize this summary. It will automatically update as commits are pushed.

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. feat-datasets labels Sep 5, 2025
@marliessophie marliessophie changed the base branch from main to marlies/lfe-6572-column-visibility September 5, 2025 13:45
Base automatically changed from marlies/lfe-6572-column-visibility to main September 5, 2025 13:58
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:L This PR changes 100-499 lines, ignoring generated files. labels Sep 5, 2025
@dosubot dosubot bot added the auto-merge This PR is set to be merged label Sep 5, 2025
@marliessophie marliessophie added this pull request to the merge queue Sep 5, 2025
Merged via the queue into main with commit 434c9be Sep 5, 2025
30 checks passed
@marliessophie marliessophie deleted the marlies/lfe-6413 branch September 5, 2025 14:49
@dosubot dosubot bot removed the auto-merge This PR is set to be merged label Sep 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat-datasets size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant