I have a vtkTable that I list in the vtkQtTableView<br><br>this vtkTable is dynamic in the sense that I add columns to it in run-time . <br><br>Now everytime the vtkTable is Modified the vtkQtTableView is modified too . But this will not work if I have selected a row in the TableView.<br>
<br>If I select a row and then modify the vtkTable , the new fields will not be displayed in the view. <br><br>Am I missing something here?<br><br>Regards<br><br>