Member-only story
Bootstable.js is a javascript library of the editable table for adding and deleting information lines.
GitHub here
Step1:
Link Bootstrap CSS and js
Link jquery and bootstable.js
Step2:
HTML
Give the table an id name that will be selected in the script.
A button can recall the new line.
Step3:
JS
It basically initializes the plugin which can only do with one table, and for multiple tables should be SetEdible()
one by one.
The Parameters:
$('#mytable').SetEditable({