JTable And JTextfield
Hello,
I have a problem with the filter functionality in JTable.
I have the first row in the JTable as empty row and the data is loaded from the second row onwards,since i want to treat this first row as the Filter row.I mean the filter row has equal number of columns as the rest of the rows and for each column in the first row i have a celleditor where which is a JTextfield with a document listener.and teh filtering part is working fine...
But when i enter some text for filtering in first row of say first column, the results are shown on the first row also ..but i don't want the first row to occupied with data at any point of time.,its the same when i sort the JTable...Please help

