Sort and filter in Jtable (java ver 1.5 )
There is nice guide for JTable here , but the sorter works only for 1.6.
I am part of project that work with 1.5 , so it does not up to me to update the java. Nevertheless - is there a way to use filters and sorters in jtable?
( beside manually, to update the dataModel with my own methods)
How to Use Tables (The Java™ Tutorials > Creating a GUI with JFC/Swing > Using Swing Components)
I can I make one row invisible without remove the row from the tableModel ?
Quote:
jtable.getColumnModel().getColumn(i).setCellRender er(XXX);
Please , can you verify about the er .. in setCellRender i had to put "TableCellRenderer" - i dont realy know what it is
Anyway, Another question , I try to filter my self. can I make one row invisible without remove the row from the tableModel ?