Inserting row after the last row in the html table

Tagged: 

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #4927
    Nipendra
    Member

    Can this is the good way to add a new row in the last of the html table like as:

    $('#gridtr:last').after('<tr><td>Add New</td><td>Add New<td/></tr>');

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.