JTable

Joined
Feb 20, 2008
Messages
1
Reaction score
0
How i can add a dynamic row to JTable. The JTable is being populated through ADF databinding control.

jTable1.setModel((TableModel)panelBinding.bindUIControl("DCTable1",jTable1));

is the model i am using as part of databinding...

If I use DefaultTableModel, i am able to add dynamic rows to JTable.. My problem comes when I use

jTable1.setModel((TableModel)panelBinding.bindUIControl("DCTable1",jTable1));
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top