Skip to content

VladislavLisovenko/JavaFXCustomChoiceDialogFromLargeTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.