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
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.
Add a comment