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.
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.