Skip to content

feat: implement double-click auto-fit for dgrid columns#4537

Open
GordonSmith wants to merge 1 commit intohpcc-systems:mainfrom
GordonSmith:DBLCLICK_DGRIDCOLUMN
Open

feat: implement double-click auto-fit for dgrid columns#4537
GordonSmith wants to merge 1 commit intohpcc-systems:mainfrom
GordonSmith:DBLCLICK_DGRIDCOLUMN

Conversation

@GordonSmith
Copy link
Member

@GordonSmith GordonSmith commented Feb 26, 2026

Signed-off-by: Gordon Smith GordonJSmith@gmail.com

WIP

Checklist:

  • The commit message is properly formatted and free of typos.
    • The commit message title makes sense in a changelog, by itself.
    • The commit message includes a "fixes" reference if appropriate.
    • The commit is signed.
  • The change has been fully tested:
    • I have viewed all related gallery items
    • I have viewed all related dermatology items
  • There are no similar instances of the same problem that should be addressed
    • I have addressed them here
    • I have raised new issues to address them separately

Testing:

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR implements a double-click auto-fit feature for dgrid table columns, allowing users to automatically adjust column width to fit content by double-clicking the resize handle. The feature is currently marked as Work In Progress (WIP).

Changes:

  • Adds double-click detection logic in dgrid-shim to emit custom events when resize handles are double-clicked
  • Implements column auto-fitting in the Table component that calculates optimal width based on cell content
  • Updates demo/test HTML file to showcase the new feature with multiple table examples

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 9 comments.

File Description
packages/dgrid-shim/src/gridHelper.ts Adds mousedown capture listener to detect double-clicks on resize handles and dispatch dgrid-column-autofit custom event; implements resizeColumn helper method to programmatically resize columns
packages/dgrid/src/Table.ts Adds _autoFitColumn method to calculate optimal column width based on data; registers event listener for dgrid-column-autofit events in update method
packages/dgrid/index.html Converts from single table demo to multi-table demo showcasing both nested columns and resize handle functionality

Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
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.

2 participants