Data table with crud operation, mysql connectivity

I have created a connection to mysql database.
On page load select query executed , data is returned and display in data table provided by DT.
I have written select query in reactive expression.
when I click on delete/insert/update button in the table action , observeEvent is handling this click and code inside observe event will be executed.
I also have put that event to reactive expression which is responsible for select query.
Select query got executed before insert/delete/update query because of those events fired.
That's why updated data is not loaded because select query is not executed after insert/update/delete.

I am bit confused how I can handle this scenario and again call reactive to get the updated data through select query.

Please help me out to achieve this functionality

Could you please help me on above stated problem ?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.