/Form-Create

Primary LanguageJavaScript

form create

A Pen created on CodePen.io. Original URL: https://codepen.io/tanyildiz/pen/rNBbOWp.

This is a predefined table creator. For example, if there is a need like some title, date etc which belongs to an activity, it may be used in the back and completing the missing links, the infos in the table can be saved to web page.

I adapted the code from https://www.encodedna.com/javascript/dynamically-add-remove-rows-to-html-table-using-javascript-and-save-data.htm.

Choose a number for columns of the table and click the orange button labelled "Tablo Oluştur".

tablo01 tablo02 tablo03

And then add row as much as you need with blue button labelled "Satır Ekle".

tablo04 tablo05

You can delete the row with the red button labelled "Satır Sil".

tablo06