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.
Note: setTimeout() JavaScript function is used in the example only to make table population process visible and of course should be omitted in a real application.