Skip to content

Comments

Fix left-pinned index column for summary stats#541

Open
paddymul wants to merge 2 commits intomainfrom
fix/left-pinned-index-column
Open

Fix left-pinned index column for summary stats#541
paddymul wants to merge 2 commits intomainfrom
fix/left-pinned-index-column

Conversation

@paddymul
Copy link
Collaborator

Summary

  • Fixed bug where left_col_configs columns weren't actually pinned left — return statement used lcc2 instead of lcc3 (which has pinned: 'left' applied)
  • Removed leftover console.log("lcc3", lcc3) debug statement
  • The index/stat label column now stays visible when scrolling horizontally through wide DataFrames

Test plan

  • All 67 existing tests pass
  • Verify in Storybook stories with left_col_configs (e.g. DFViewerInfiniteShadow, PinnedRowsDynamic) that the index column stays pinned left on horizontal scroll

🤖 Generated with Claude Code

The left_col_configs mechanism computes pinned columns into lcc3 but
the return statement was using lcc2 (without pinning), causing the
index column to scroll out of view. Also removes a debug console.log.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Feb 22, 2026

📦 TestPyPI package published

pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ buckaroo==0.12.9.dev22323133478

or with uv:

uv pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ buckaroo==0.12.9.dev22323133478

MCP server for Claude Code

claude mcp add buckaroo-table -- uvx --from "buckaroo[mcp]==0.12.9.dev22323133478" --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ buckaroo-table

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