cancel
Showing results for 
Search instead for 
Did you mean: 

TableView

Murali_Shanmu
Active Contributor
0 Kudos

Hi

I am building a TableView using JSPDynpage. How do i set the properties of each column like Column width etc.

Should i access each individual row using,

TableColumn myColumn = model.getColumn("COL1");

If so what are the imports i need to use for TableColumn ?

Sugestions are welcome.

Murali.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Murali

Check out this link to get a idea about tableview.

http://help.sap.com/saphelp_nw2004s/helpdata/en/eb/220a415a47f06fe10000000a1550b0/content.htm

You can change the properties of a particular column i a tableview using tablecolumn.

For table column, check out this link.

http://help.sap.com/saphelp_nw2004s/helpdata/en/37/3d8b41b4b3b25fe10000000a1550b0/content.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/bd/5d9041d3c72e7be10000000a1550b0/content.htm

For table column,you have to

import com.sapportals.htmlb.table.TableColumn;

Regards,

Yoga

Message was edited by: Yogalakshmi

Answers (0)