I am trying to design a medical prescription. My requirement is to design a table where user can insert data into it; just like user enters data into text fields.
Basically i need a table template, where user can insert data.
I have gone through JTable documentation and found that we can insert some static data in it. Please let me know if we can insert dynamic data into it or is there any way to create a table template to enter data.