hi,

is it possible for sqlform.grid and sqlform.smartgrid use the archive
table for record versioning?

i tried to use the sqlform.grid and sqlform.smartgrid with record
versioning but returned an error :

AttributeError: 'DIV' object has no attribute 'process'

my controller is :

def index():
    grid = SQLFORM.smartgrid(db.item, user_signature =
False).process(onsuccess = auth.archive)
    return dict(grid = grid)

did anyone know how sqlform.grid and sqlform.smartgrid archived table
for record versioning?

thank you so much in advance

Reply via email to