Posts by Jonathan Farias • 11 points
1 post
-
1
votes0
answers38
viewsQ: Return a JSON table using Element creation (I cannot use Jquery)
Instead of returning the table in html, return in JSON and mount the table using the element creation (Document.createelement) and insertion and removal features of the DOM tree. I need a help with…