Thread

Posted on Mon Nov 28 18:56:50 2005 by mlcohen
setTableHeaderRow ???
Will there be a setTableHeaderRow function soon? This would be analagous to the getTableHeaderRow function. In my case, I'm using insertTable(), but the tables created with this method do not include header rows, which my table needs to have.
If this method isn't coming any time soon, is there a simple way to add a header row to a table that has none?
Thanks,
Matt
Direct Responses: 1449 | Write a response
Posted on Sat Dec 10 13:18:20 2005 by jmgdoc in response to 1416
Re: setTableHeaderRow ???

The copyRowToHeader() method, coming soon with 2.018, could help you.
This method allows the application to create a header row as a copy of an arbitrary row (the new header row lay be later updated). In addition, copyRowToHeader() may be used more than once, allowing multi-row headers.

2.018 brings some other table-focused improvements (ex: column insertion or deletion).
Write a response