Wednesday, June 29, 2011

Add new row dynamically in JTable

This is Java code allow to you add a new row in JTable.
when you press enter then a new row automatically inserted and you can make more entry.



See here full code

1 comment:

  1. Hi ,
    PLZ help Me,
    In Create or Update Form using jtable.2.4.0 ( http://jtable.org/ ) & asp.net mvc 4

    Form include : ItemCode (TextBox) Item Number
    ItemCode (DropDownList) List of Names for Items

    I want
    when user enter value from TextBox then DropDownList change to corresponding Name
    or when user select from DropDownList the item number put in TextBox

    ReplyDelete