You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for changing dynamic table header later
Example:
```ruby
dialog.getControl("table_control_id").getModel.setColumnName(1,"New Col 1 Header")
```