cancel
Showing results for 
Search instead for 
Did you mean: 

TableView Colum Name

Former Member
0 Kudos

Hi,

When I try to display a TableView, I am face the following issues:

- If 2 Columns have the same name Data displayed in both columns is the same.

- If Columns do not have name i.e. the name of the Columns are blank the data in the 2 columns is the same.

- The above scenerio could be the same for 2 or more columns

Has anyone faced the same issues, or is there a way around this.

NAC

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

We have faced the same issue.

1) If you require same column name in display then do the following. - This would apply for blanks as well.

You could provide different column names but change them at display using the HeaderCellRenderer. This should ensure that the column names are same when displayed (but different when forming the table view model) but the data in the following rows are different.

Try using the HeaderCellRenderer.

Answers (1)

Answers (1)

Former Member
0 Kudos

Is this in BSP or Java PDK. I think you should saprate the name of two columns even you can add a space or '.' in column, they will behave properly and column name will look same..

Ajay