How to filter a Jtable that has columns with string, int and date?

0

I have a table that I want to filter, and it has columns of type string, int and date, how can I do it? thanks.

I tried

TableRowSorter sorter = new TableRowSorter < > (jTable.getModel ());

but I get an error.

    
asked by Victor 15.11.2018 в 21:49
source

0 answers