Is there a limit on the number of smartgrid tables?

def manage_data():
    grid = SQLFORM.smartgrid(db.Word, 
linked_tables=['Word','DictionaryType','HumanLanguage'],
                                    searchable=True, user_signature=False)

Only two of the tables display on the above example.  I switch the names 
around and one always doesn't show but two always work.

Is there a preference between grid and smartgrid when there are more than 
two tables?

Do they both handle cascading deletes?

Thanks,

Alex Glaros

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to