‎2007 May 14 4:30 PM
Hi everyone,
I created a Dynamic Document and I had insert a table in it.
Now I want to format some column headers. I want that some of them have Left Alignment and others Center Alignment.
Is it possible to format only the header columns and not the table rows?
The only way that I know to do align format is using the method SET_COLUMN_STYLE but with this I format the entire column and that's not what I want.
Thanks.
Silvia
‎2007 May 15 10:22 AM
may be you can use the approach as in this program
DD_ADD_TABLE
or you can also just add plain html code which can handle that
<cl_dd_document>->ADD_STATIC_HTML
‎2007 May 15 10:22 AM
may be you can use the approach as in this program
DD_ADD_TABLE
or you can also just add plain html code which can handle that
<cl_dd_document>->ADD_STATIC_HTML
‎2007 May 15 3:02 PM
Thanks Raja,
The only way I could solved it was adding plain html code with <cl_dd_table_area>->ADD_STATIC_HTML, as your advise.
Regards.
Silvia