JDK-8097775 : TableView: Support returning to unsorted state
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: fx2.1
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-02-07
  • Updated: 2015-06-12
  • Resolved: 2013-08-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8Fixed
Related Reports
Blocks :  
Relates :  
Description
Presently it is impossible to return a TableView back to an unsorted state once the user has clicked sort arrows. It should be possible to return to an unsorted state, even if only in certain circumstances (such as when the items list is of type SortedList, which may have a mode to remember the initial state).
Comments
Verified for 8.0 b122
07-01-2014

Unsorting support is now possible in JavaFX 8.0. I blogged about this here: http://fxexperience.com/2013/08/returning-a-tableview-back-to-an-unsorted-state-in-javafx-8-0/
05-08-2013

Still waiting for inclusion of SortedList into JavaFX.
11-03-2013