Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 648 Bytes

File metadata and controls

14 lines (10 loc) · 648 Bytes

JavaFXCustomChoiceDialogFromLargeTable

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:

Alt text

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.