I've been experimenting with SearchableBar in my JTable. In some tables I have a Boolean column that is rendered as a JCheckBox. If I start a search with the letter "T", the search returns all of the rows where the checkbox is selected, correspoinding to TRUE. The same thing occurs when I start a search with the letter "F" (FALSE). The search results are then incorrect, but I have no idea how this problem can be corrected. Any suggestions?
Thanks