Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

TableView sorting my clicking column Header

b.pradeepMay 29 2013 — edited Jun 18 2013
I am new to javaFx and is workig on TableView
my application needs sorting feature which is provided by sortorder(true) but I have data set of around 100,000 rows (10 columns each of strings of length 30),
Sorting works way better with swing Jtable

Any suggestion on how to improve sorting performance.

P.S. : I have one thing in my mind that to use some other sorting method and then load table again with sorted data but it is not a proper solution as then data is needed to be loaded again and again in tableview.

Thanks
This post has been answered by James_D on May 30 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 16 2013
Added on May 29 2013
32 comments
7,558 views