Include a form within a table

0

I want to call a form within a table or cell, but only the table is updated, not the rest of the page, in a few words I want a button and press it to generate a form to record data, but that is generated on the same page

    
asked by David 29.09.2017 в 03:59
source

1 answer

0

In the event that your table reflects information from your database you will have to redo your table one more time with javascript or make use of a library of templates such as Handlebars.js .

In any of the 2 options, it is not necessary to update the entire page, just re-execute a function that redoes the table in question.

If you could give more details of what you want to do and accompanied by images to better understand what you need.

    
answered by 30.09.2017 в 00:49