can anyone help me with this , I have a jtable and I want to search for the data in it with jtextfield , as the user types, suggestions appears in a drop down list and select from it , then the user select it and the results appears in the table.
Share
yes that possible two ways
1) easiest without implement for autocomplete
JTextField,– JTable has implemented Sorting and Filtering code example in the tutorial
2) by implement AutoComplete JComboBox / JTextField (read whole thread because there is most excelent alternative implemented in the SwingX) and for JTable to set Filtering