I have a JTable and I would like to do a filter from a JTextfield
but only filter the results based on one column and not to search all columns.
I have my JTable I can filter but my filter will filter and search every column of the table I want to restrict it to one column
Can it be done ?