Skip to content

fix: add size for sticky column#288

Open
PondC wants to merge 4 commits intosoftnetics:mainfrom
PondC:pondc/fix-sticky-table
Open

fix: add size for sticky column#288
PondC wants to merge 4 commits intosoftnetics:mainfrom
PondC:pondc/fix-sticky-table

Conversation

@PondC
Copy link
Copy Markdown
Contributor

@PondC PondC commented Nov 20, 2025

fix column pinning styling bug due to size not found ( column.getSize() defaults to 150)
and can be specified at columnHelper like

 columnHelper.accessor('email', {
    cell: (info) => info.getValue(),
    size: 12345, << this one
  }),

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Nov 20, 2025

🦋 Changeset detected

Latest commit: c294ff9

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages
Name Type
@genseki/react Patch
@example/erp Patch
@example/ui-playground Patch
@genseki/next Patch
@genseki/plugins Patch
@genseki/prisma-generator Patch
@genseki/react-query Patch
@genseki/rest Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@PondC PondC force-pushed the pondc/fix-sticky-table branch from a15377d to a6be0b4 Compare November 24, 2025 05:57
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