Hi Rob,
Thanks for your reply, i tried the same what you said, following is the image for how the page looks:
![]()
{If image is not visible pelase refer the attachment}
So when i enter the in the 3rd column of the table and click on the DONE button the value in this cell should be printed(for now). But still the value is coming empty.
Following is the code for the button action:
private void DoneButtonActionPerformed(java.awt.event.ActionEvent evt) {
PaymentsTable.putClientProperty("terminateEditOnFocusLost", false);
System.out.println("=====>"+PaymentsTable.getModel().getValueAt(0, 2));
}
Can you please help me on this?