hi
i have
def person_manage():
columns =
['t_person.id','t_person.f_name','t_oseba.f_surname','t_oseba.f_email']
linked_tables = ['t_message']
form =
SQLFORM.smartgrid(db.t_oseba,linked_tables=linked_tables,columns=columns,onupdate=auth.archive)
return locals()
without
columns=columns
it works fine
but adding
columns=columns
clicking on t_message displays grid without columns (no data)
there are still buttons edit, view, delete and they work
but there are no columns of data
application was made by wizzard