Hi,
Is there an attribute in FXML to disable moving the columns around in a TableView? I've already disabled resizing but I want to prevent dragging the columns into a different order. I've tried setting sortable to false but that didn't work. I also found this SO post: https://stackoverflow.com/questions/10598639/how-to-disable-column-reordering-in-a-javafx2-tableview
But I want to see if there's an attribute that would make this easier. Thanks