-
-
Notifications
You must be signed in to change notification settings - Fork 86
Improve auto resize #749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve auto resize #749
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
There was a problem hiding this 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 improves the auto-resize functionality of the DataTable component by changing the table layout strategy and enhancing the column resizing example with better controls.
- Modified CSS table layout from
fixedtoautofor better automatic column sizing - Enhanced the column resizing example with a toggle to enable/disable resizable columns
- Added comprehensive Copilot instructions documentation for future development
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package/DataTable.css | Changed table-layout from fixed to auto for resizable columns |
| app/examples/column-resizing/ResizingExample.tsx | Added resizable toggle control and updated column configuration |
| .github/copilot-instructions.md | Added comprehensive development documentation for the project |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
this requires more effort than expected... put in draft and I'll work on it asap |
No description provided.