My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 147: Loading a table with AJAX onload.
1 person starred this issue and may be notified of changes. Back to list
 
Project Member Reported by jeff.johnston.mn@gmail.com, Sep 20, 2008
There should be a way, or at least more documentation on how to initialize
a JMesa table when loading a page and using AJAX.

Right now the trick is to add the Javascript that you need on the page
manually.

       addTableFacadeToManager('htmlTable');
       setMaxRowsToLimit('htmlTable','10');
       setPageToLimit('htmlTable','1');

Powered by Google Project Hosting