Hello Gliders!
Is there a way to write to a specific row of a data table i.e. after filtering on the basis of user selection?
I am trying to create a screen for the admin to be able to edit the morning/evening timings here once the admin user has selected the branch and the day they want to edit.
I tried variety of different ways but either I manage to (i) edit and overwrite the first row in the table or (ii) add a brand new row. Struggling to find and edit the right row based on the 2-variables (branch & day).
My data table looks like this →
(the open and close in the screenshot is in minutes - borrowing from @Loqode’s technique!
So in this example, if I wanted to edit the timings for Thursday for Borivali-MCF Branch - how should I setup my screen? Can I even do this?