hello my sqlform.grid delete button , deletes the document from the grid but if i refresh the page the document comes back again to the grid.
mytable = SQLFORM.grid( db.t_docs.f_trab_ref==request.args(0), csv=False, searchable=False, maxtextlength=32, details=False, editable=False, ) I have to go to admin to delete the record What is wrong? Thank you --