-
Notifications
You must be signed in to change notification settings - Fork 61
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
Epic: Table editing experience #197
Comments
Please let me know if there is any practicable design. I will submit a feature request to track it. In addition, I've just set up the environment and ready to do some coding lol. I'd like to add some features mentioned above. As I'm new to web development and only have basic cpp knowledge, it may take some time for me to keep up with the rapid iteration _(:зゝ∠)_. |
Wow! This is amazing feedback! 😍 My vision for the Table view is to offer a simple but enjoyable experience for everyone, and not just power users. I love that most, if not all, of your suggestions are subtle improvements that will tighten up the experience without bloating the interface with configuration options. There's a lot of good stuff in here that needs to broken out into separate issues. Let's turn this into an Epic issue where we can discuss the editing experience in the table view, and collect related issues! Heads-up, I'll have limited availability for the rest of the year, so I don't know when I'll be able to give you more detailed feedback. (The single/multi select fields sounds related to #76) |
Yeah, there are a lot of issues included. I will split them into individual feature requests and find out ways to implement. New issues are added only to describe the feature design more detailed and inspire discussions. Hope that won't bother😉. Some demo versions can be expected if I go through web developments and exist codes smoothly.
The enhancement of type system is a vital precondition of these fields, certainly they are in related. Presently ”list“ field can be used as a model to test the corresponding UI components, only a expedient method. Thanks for your kindly reply and great efforts on the wonderful plugin, it helps me set up a more effecient workflow. Take cares and enjoy the precious holiday time!💕 Also I will "enjoy" the finals🤣 |
Table displays the items in a plain way, through which we can edit items efficiently. I have some ideas on how to enhance editability of the table view. Generally, an 'Excel/Google sheets like' table view is expected. The projects tab in GitHub is also a good reference
Major improvement: Accept keyboard input directly and cover the exist value
Major improvement: Better keyboard shortcuts
Idea
Major improvement: Adjust the key 'Enter', 'Escape' and introduce 'F2' (as in Excel)
Minor: Single-select/Multi-select fields support and corresponding keyborad events
note: hover delete is better than
trigger editing -> delete
Related Issues/PRs:
Minor improvement: Rows and Columns operations
Related Issues/PRs:
The text was updated successfully, but these errors were encountered: