Hi All,I am migrating table from existing table which has primary key with two fields.After migrating the table i created SQLFORM.grid and used selectable to process the selected tuples.selectable = [('Approve Selected names', lambda ids: approve_name(ids))]Its giving the following error.<type 'exceptions.AttributeError'> 'Table' object has no attribute '_id'
How do i solve this error keeping both field as key
Data is coming from data source which is cannot be editted and hence cannot add id in table . So is there any other way where i can use table with primary keys?