2011/2/13 tomt <[email protected]> > table.columns = ['tasks.title']
Try with: table.columns = ['task.title'] where 'task' is the name of the table, 'title' the name of the field.
2011/2/13 tomt <[email protected]> > table.columns = ['tasks.title']
Try with: table.columns = ['task.title'] where 'task' is the name of the table, 'title' the name of the field.