Change values in the tableview without opening the detailview

Wish to see a specific feature/change in future releases? Feel free to post it here, and if it gets enough "likes", we'd definitely include it in future releases!
Post Reply
Alisson
Veteran Member
Posts: 81
Joined: 2017-02-25 20:32

Change values in the tableview without opening the detailview

Post by Alisson » 2019-05-01 14:20

Would be great if we have an option to change values in the tableview without having to enter in the detailview, in my case most of the time after a row is created I just need to change a date or a status, so would be really convenient to just have a dropdown for status or a datepicker for the date field in tableview to do this, without opening the detailview. Not sure if this is possible but would be a nice feature.

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Change values in the tableview without opening the detailview

Post by jsetzer » 2019-05-01 14:53

Have a look at the contenteditable-attribute:

https://www.w3schools.com/tags/att_glob ... itable.asp

In combination with some client side AJAX and server side PHP you should be able to POST data to the server and update your database.

Regards,
Jan
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

Alisson
Veteran Member
Posts: 81
Joined: 2017-02-25 20:32

Re: Change values in the tableview without opening the detailview

Post by Alisson » 2019-05-01 15:51

Thanks Jan, I'll look into this solution, I've been using xcrud to do this and work ok, but if I can do this inside appgini code would be great.

Post Reply