Example: JGrid applet without header row + population from JavaScript
This example shows you how JGrid and JTreeGrid applets can work without header row.
Please look at the page source to understand how applet can be populated from JavaScript.
This could be usefull if you want to fill the table from some XML file - you can use
browser capabilities to parse XML and then use JavaScript to populate the applet.
[We plan to add a possibility to load treetable directly from XML file rather than from applet params in a later applet version.]
Note: setTimeout() JavaScript function is used in the example only to make table population process visible
and sure should be omitted in real application.