Questions Tagged With richdialoghttps://answers.axonivy.com/tags/richdialog/?type=rss&user=josef_koupalquestions tagged <span class="tag">richdialog</span>enTue, 14 Jun 2016 17:02:16 -0400add custom column into RTablehttps://answers.axonivy.com/questions/1806/add-custom-column-into-rtable<p>Hello!</p> <p>Is there a runtime possibility of creating a new column in designed ivy-RTable ? I have tried to do it with java in onLoad method of RichDialog - no success. Adding an empty column and setting header text is ok so far. I add a Custom implemented ITableCellRenderer and override the one and only method getTableCellRendererComponent(...)</p> <p>Renderer of designed ivy table column is of type ch.ivyteam.ivy.richdialog.widgets.components.renderers.TableCellRenderer. This type if for me in designer not accessible. Using debugger i have seen the table model configuration String (&gt;7000 chars) in it, but i can not edit it or create new one.</p> <p>When i try to use my custom renderer for new column, e.g. com.ulcjava.base.application.table.DefaultTableCellRenderer or ULCLabel, i am never able to render the text in this column. I have tried multiple methods (setText(), setValue(), "value" parameter...) but cell is always rendered empty. the only thing i can set is background color.</p> <p>Is there a way for such thing ?</p> <p>Thanks in advance josef koupal</p>josef_koupalTue, 14 Jun 2016 17:02:16 -0400https://answers.axonivy.com/questions/1806/add-custom-column-into-rtablertablerichdialogdatabinding