Dynamically changing column names
Depending on what data I would like to show, there will be different names of columns. I would like to pass in the column names from my java servlet. I have tried to do this using the body onload event, and passing the column names in as a parameter. This fails because all the server-side code executes first. So, the setColumnProperty("texts", columns) has already been executed before the <body> tag gets rendered. How can I dynamically pass in the column names?
Joel
January 26,