For some reason, nothing changes about this JTable when this is called (this method updates the JTable after a user submits an SQL query).
Givens: The dataVector and col
You need to tell JTable that the data in model was updated with firing appropriate event.
See this tutorial