-
Notifications
You must be signed in to change notification settings - Fork 327
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 - Quick edit mode #10865
Comments
Adam Obuchowicz reports a new STANDUP for yesterday (2025-01-21): Progress: Implemented the feature and refactored handlers, simplifying them greatly. It should be finished by 2025-01-23. Next Day: Next day I will be working on the same task. Add some unit tests |
Adam Obuchowicz reports a new STANDUP for yesterday (2025-01-22): Progress: Did a review. Not progressed much with unit tests, unfortunately. It should be finished by 2025-01-24. Next Day: Next day I will be working on the same task. Finish unit tests |
Adam Obuchowicz reports a new STANDUP for yesterday (2025-01-23): Progress: To do the unit tests properly, I needed to do a bit of refactoring. Some time spent on reviewing PR. Tests are almost done It should be finished by 2025-01-24. Next Day: Next day I will be working on the same task. Finish tests and create PR. Start next ask |
Adam Obuchowicz reports a new STANDUP for the last Friday (2025-01-24): Progress: Created a PR, and started making a screencast. Unfortunately, I discovered, that there are issues ruining quck-editing UX (the graph editing refreshes when editing after tabbing). Try to avoid this problem by making rowData and colDefs more "resiliant" to inner code updates. It should be finished by 2025-01-28. Next Day: Next day I will be working on the same task. Finish current approach and see if it helps. |
Adam Obuchowicz reports a new STANDUP for yesterday (2025-01-27): Progress: Faced many interesting errors when trying to reduce number of updates in AgGrid. For example, not firing watches... It should be finished by 2025-01-28. Next Day: Next day I will be working on the same task. Change approach a little, and try to finish task. |
Adam Obuchowicz reports a new STANDUP for today (2025-01-29): Progress: Finished task, fixed tests and created PR. Started looking at cloud file browser. It should be finished by 2025-01-30. Next Day: Next day I will be working on the #12002 task. Test my changes to display root directories; probably some logic for setting an initial directory will be needed. |
When user is editing cell/column name:
tab
, the current value should be accepted, and edit should go to the next cell in the row, or first cell in the next row.enter
, but edit should always go to the first cell in the next row.The user can always end this "chain" by pressing escape.
The text was updated successfully, but these errors were encountered: