Pardon me if I asked this before, but I can't seem to find my prior Q&A:

I'm attempting to use jqgrid via the plugin_wiki widget, yet all my tables 
keep coming up as empty.

This is what I'm putting my my html file:

{{=plugin_wiki.widget('jqgrid',table='recipient')}}



And this is the table definition:

db.define_table('recipient',
                Field('id', 'id'),
                Field('emailAddress', 'text', label='Recipient'),
                migrate=False)



Thanks in advance

-- 



Reply via email to