Hi,
I would like to implement functionality to edit a cell directly in a DataTables column within KoolReport. Specifically, I have a column named "Status" in my table. When I click on a cell in this column, I want a dropdown menu to appear with my Database options such as "Approved," "Cleared," "Sent," etc.
Upon selecting an option from the dropdown, the selected value should be saved directly to the database and reflect immediately in the table cell. And we change any time whatever we want like that in every cell .
Could you please provide guidance or examples on how to achieve this functionality?