| Issue 147: | Loading a table with AJAX onload. | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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');
|