Hello,
I am a very happy Appgini user, I made a web application for a Speed skating club in The Netherlands.
The database contains groups with pupils and trainers.
Currently I am working on a new part in the application where I want the trainers to be able to record attendance of the pupils in their group.
I have set up a seperate view for every group in mysql, with the dates of the upcoming training days.
The data type for the columns is tiny integer.
I have set up the date column to be displayed as checkboxes. But to change the value of the checkbox users still have to open every record in detail view, change the value and save it.
I am wondering if it is possible to change the value directly from the table view by checking the checkbox, this way the process will be very quick and easy to use.
Appgini allows you to change the link behaviour, maybe there is a way to edit this part so that it will change the value in the field.
I know Appgini 5.31 has a new option to create custom batch actions, this can be an option to. But I don`t know how to set up a javascript batch action which will change
the value of selected records for a specific date.
Maybe someone can point me in the right direction,
Thanks in advance,
Lars