I want to filter the content of my Jtable with different Textfields in a header row but I don't know how do it.
My idea is use TextField as cell editor for the first Row (the unique editable row of my table). My first problem is that don't know how define this row with a setCellEditor method, I think this method only serves to define the column editor object.
Any idea as how do it?
Then I belive that I will have other problem: How do I order my table without lose my filter row?