JavaFX How To: Custom choice dialog from large table
In business applications development it's often user task to fill table with data from another table. And it's not problem if source has few rows, but what if it has large amount of rows (>1000)? This project shows how to make choice dialog from another table, how to custom dialog and add table to it and get choosed value. Hope it will be helpful.
It's how dialog looks like:
To invoke the dialog you can with double click on any value within Product column. Dialog also allow you to filter rows with some string.