Community
Participate
Working Groups
When i use a table with injected (dynamic) columns it works all fine. But when i try to change the list of injected columns, there is no way to re-load the table columns. Discussion: This is problematic, since if the table contains already some rows, what means removing columns and adding new ones? Solution: Added ITable.resetColumnConfiguration, see javadoc. When reloading column config all existing rows are discarded and after loading the new columns the developer has to call reloadData() himself to re-fetch the table rows with the new column values.
Created attachment 203736 [details] Patch that adds the new operation
Applied patch
shipped with 3.7.1