-
Notifications
You must be signed in to change notification settings - Fork 0
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
Edit or Enter with select box #1
Comments
hi @samiit , I can push an example today or tomorrow but as a quick answer, these are the steps:
|
Thanks for the quick answer @luk-f-a . I appreciate the quick pointers. I will see if I can get it working. Since I am new to ipyvuetify and don't know JS, I would be glad if you could include in your proposed example, a specific case when some columns have a dropdown, some checkbox (True/False) while others have numerical or string entries. Thanks in advance. |
you will be surprised how much you can get done as a beginner. I first spent about 2-4 hours banging my head, unable to get anything working (that's when I posted to the ipyvuetify issue). But after looking at several examples, I understood the logic of the vuetify templates and it became very easy after that. When I built this repo I had been working with ipyvuetify for about 6-8 hours, and I had never done any html or javascript before. It's surprinsingly accesible! the key is that the vuetify documentation has many examples that you can use to learn. I also recommend reading this: https://vuejs.org/v2/guide/syntax.html |
Hi @luk-f-a I am sorry that I am loading you with many requests. Thanks and waiting for your example. |
hi @samiit , sorry, it's very specific use case that does not really belong here. But if you put your code in a github gist and tell what didn't work for you, I can have a look and give you some feedback. |
Sure @luk-f-a . I will do that. Thank you for pushing me to be orderly and asking pointed questions. Thanks for the readiness. I will get back soon. Sam |
Hi @luk-f-a , do you have any suggestion how we can make one of the entries, when clicking "New Item" or "Edit" as a selection from a list?
Thanks,
Sam
The text was updated successfully, but these errors were encountered: