🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

rowfy is a jQuery plugin that creates a new column containing Add/Subtract buttons in the html table. Your users are able to dynamically duplicate/remove table rows by clicking the +/- buttons.

data-table

Documentation

Rowfy

Dynamically add/remove table row using jquery

Usage

Html

In table there must be a tbody tag & table must contain class rowfy.

  <table class="table table-striped table-hover rowfy">     <thead>     </thead>     <tbody>     </tbody>   </table> 

Add Script from rowfy.js


You May Also Like