After adding a TableRowSorter adding values to model cause java.lang.IndexOutOfBoundsException: Invalid range
问题 After adding a TableRowSorter to a table and its corresponding model any corresponding adds specifically at firetabletablerowsinserted cause exceptions. It is clear from testing that the GetRowCount() is returning a value past the models range. However it does not make sense to me how to continue to add values to the table after a sorter or filter has been added? As an example, I set the row filter before adding anything to the table then add a value to the table with the following calls in