How to remember the width of TableColumns as well as the order of them?
857678Mar 19 2013 — edited Mar 24 2013I am working with TableView in JavaFX2.2 and create one which the user can set the width for each TableColumn and the order of them in this TableView by drag-and-drop. However, after shutdown and re-execute this JavaFX application, the width and order for these TableColumns have restored to the original one. And now the users would like the width and order be the custom one when they re-execute. So, is there any idea for this issue?
I use the FXML to create this TableView. I thought the way to resolve should be modifying the fxml file for it once the user drag-and-drop something. Are there any advice for it?
Thank you!
Edited by: 854675 on Mar 19, 2013 2:00 AM