TableView sorting my clicking column Header
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