I'm using JavaFx 2.0 TableView to display big data.
The problem is when i fill the TableView with 20,000 rows, it's became too slowly to display and search in the TableView, and it's take around 12 seconds to display the data into the TableView, also there are no obstacles from Database engine party.
I did a research for the possibility to solve it and how i can improve the performance of that TableView.
Can anyone help me for this issue ?!?