Adding a row to a jTable
Hi experts,
Apologies, this is probably a simple question but I am trying to figure out how to add a row to my pre-existing jTable "jTableOrders" when a listener gets the details.
There seems to be a method jTableOrders.addColumn() but no .addRow()
I can create the table with many blank rows and use .setValueAt(...) but I would prefer the displayed rows to float with the data (ie the table display only populated rows).
Please, how do you do it?

