Hi,
I have filtered a table in Java based on a filterText and I want to obtain the new TableModel but when i use the getModel() method on the new Table, I get the old Tablemodel and not the new one. How can I be able to get the new TableModel after filtering in java. Thxs
I have filtered a table in Java based on a filterText and I want to obtain the new TableModel but when i use the getModel() method on the new Table, I get the old Tablemodel and not the new one. How can I be able to get the new TableModel after filtering in java. Thxs