After going through the code , I figured out the problem . <br>When there is a selection on the vtkQtTableView, updating the vtkTable with a new column will hide that new column in the QtTableView.<br><br>So after updating the QtTableView I need to specifically issue the SetColumnVisibility of the new column that was added.<br>
<br>This is not needed , if there was no row that was selected. <br><br>I wonder if this is how the design is , or is it a bug in the code . <br><br>Regards<br>Darshan<br><br><div class="gmail_quote">On Fri, Mar 23, 2012 at 2:27 PM, Darshan Pai <span dir="ltr">&lt;<a href="mailto:darshanpai@gmail.com">darshanpai@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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>
</blockquote></div><br>