- getting data through Api call, now for edited and completed job status rows i need to show start in update job status column and for running job status stop
- on toggle i need to send a post api (start or stop ).so how will be the flow for that .
Chirangee lal Verma [DevOps Advocate] Selected answer as best 4th October 2024
things are working well now i want a post api call on this toggle button click data will update job status column value {start , stop } .
Chirangee lal Verma [DevOps Advocate] Posted new comment 4th October 2024
yes i jost got the flow now it works. Thanks
Hi Chirangee,
Did you try what I suggested in my second point?
In a nutshell, you can create a QAction for the write parameter with row=”true”, and inside the QAction, use protocol.RowKey() to retrieve the table’s key.
With this approach, you should be able to target the specific row and modify it as needed (e.g, get the full row, or just a column and set a row, or just a cell…)