I implemented regular survey flow in my application. Bu after an end user participates on it I may need to check their answers and accept or reject them. I thought about using analytics table and prepending an actions like column but after checking examples on the site there does not seem to be any relevant thing and scouring the code showed that the rendering is a bit buried under layers and nothing for appending. I hope to be wrong in this matter because writing a custom table adapter for survey model and answers seems to be hard job.
My question is: Is there any way to achieve what I want with the current state of the tables
I am using library in a react application.
For table I do not have any disposition, datatable or tabulator would be fine
Thank you.