Issue 147: Loading a table with AJAX onload.
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');