-
Notifications
You must be signed in to change notification settings - Fork 323
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
Table Editor widget: removing columns and rows #10758
Comments
Refinement notes:
|
Adam Obuchowicz reports a new STANDUP for today (2024-09-06): Progress: Implemented removing rows and added option to the cell menu It should be finished by 2024-09-13. Next Day: Next day I will be working on the same task. Add removing columns, and then the menus for col/row headers. |
Adam Obuchowicz reports a new STANDUP for today (2024-09-10): Progress: Resumed work on removing rows and cols in table widget. Downgraded AGGrid version to avoid issues. Added remove column option, row index column and menus for them It should be finished by 2024-09-16. Next Day: Next day I will be working on the same task. Code needs some cleanup. Remove/disable "remove" option for "virtual" row. change style of row index, then fix all tests. |
Adam Obuchowicz reports a new STANDUP for the provided date (2024-09-11): Progress: Cleaned code and options, added tests. It should be finished by 2024-09-16. Next Day: Next day I will be working on the same task. Mostly traveling - I'll see what I'll be able to do. |
Fixes: #10758 [Screencast from 2024-09-23 13-19-31.webm](https://github.com/user-attachments/assets/aa28708e-f4c9-400a-966d-1d82abe99f1e) # Important Notes To add custom options, I needed to bump AGGrid version. But not the newest one, as it made some bugs I failed to fix.
Adam Obuchowicz reports a new STANDUP for the last Monday (2024-09-23): Progress: Go back to removing rows and cols: made a separate style for row number, cleaned up and created a PR. It should be finished by 2024-09-23. Next Day: Next day I will be working on the #11011 task. Planning + finishing last task from the iteration: autosized CB input. |
Follow up of #10293
The option for removing column/row should be in context menu, probably.
Also, the column should not be removable by dragging out.
The text was updated successfully, but these errors were encountered: