-
-
Notifications
You must be signed in to change notification settings - Fork 351
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
Implement adding a new column #495
Comments
Hello! I can help with this. |
Thanks @pegnott! Assigned to you. |
I will be getting started on this tonight or tomorrow and will comment with status updates as they are pertinent. Thanks! |
Sounds good, @pegnott! Please let us know if you have questions along the way. |
Here's what's done so far and where you can check it out:
My forked branch: Still to do:
|
Thanks @pegnott! Feel free to open a draft pull request whenever you'd like feedback. |
Am in the final stretch, switching the initial resize implementation to an action. Will have that ready for review later today. |
I have moved the resizable functionality (and because it can do all sorts of moveable things, renamed it to moveable) into common/actions following the popper example. The pull request asks also for a tableCell component, and that is the next step. Today (through 08/22) I am interrupted by travel, and today I'll be mostly driving. I will be able to work, but be a little slower in response times. I anticipate that I can have a tablecolumn component done by Monday evening. If it's preferred before then, let me know and we can discuss the options. |
@pegnott Thanks for the update! Monday evening is fine. |
Problem
Users might want to add a new column to their table. Users would also want to resize the column widths.
Proposed solution
Adding a column
The "Working with Columns" design spec has a solution for adding a new column, which we need to implement on the frontend.
Additional context
The text was updated successfully, but these errors were encountered: