I have incorporated the JTable Plugin which I like very much and works fine.
The only "issue" I have is that I would like to edit the Edit Record Panel. When I say by editing, I am meaning that I would like to insert a new text input. Is this possible?
For example in the image above, I would like to enter the following inputs:
- Old Password
- New Password
- Confirm Password
Add these 3 fields to your jTable and set 'list' to false and 'edit to true.
Don't forget to add these 3 properties to your model. You may also want to validate the passwords. I think you can add the logic by adding this event to your table :