Hello, I'm using PowerTable and I love it! But I have an issue: I want to edit a column named status, but only that column. And i want to alter de value of that column (status) on the databse, with an update.
I've made an editable function, but something is missing, i guess,
because it does not work.
def editablefunction():
db(db.report.id == row_id).update(status = value)

