I am using Servoy 6.0.2 and I have a form with a table view. The table view uses fields dynamically created using the solutionModel. The table allows the users to re-arrange the order of the columns. I need to know in the application when thist happens. What kind of event handler should I use to know in the application when this happens? What kind of element should handle this type of an event? I tried using JSField.onDataChange and JSField.onAction, but these do not get fired when the column order is changed in the table.
There’s no event fired when the user rearranges the order of columns, you could file a feature request if you really need it.