Re: [web2py] New to web2py and jqgrid

2010-12-14 Thread Richard Vézina
I had much success with DataTables and Bruno Rocha has built web2py API to integrate it more closely into web2py. One of the usefull thing with DataTables is that you can fix Header and Column Richard On Tue, Dec 14, 2010 at 8:56 AM, dlord wrote: > I am new to web2py and have been writing a CD

[web2py] New to web2py and jqgrid

2010-12-14 Thread dlord
I am new to web2py and have been writing a CD and DVD database collection software. I am currently wanting to list some 3000 records in a jqgrid table. I am currently calling the jqgrid like this: controller: def view_records(): return dict(records=plugin_wiki.widget('jqgrid',db.catalog)) vi