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 <[email protected]> wrote: > 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)) > > view: > view_records(): > {{=records}} > > The table shows up okay and the headers show up fine as well. However, > no data is displayed and I get this error in firebug: > "uncaught exception: Error: missing = in XML attribute" > > Is my data not formatted correctly? I don't think they contain any > special characters. > > Thanks, > > dlord

