I'm currently making an Excel-like grid with HTML/jQuery/CSS.
I would like to know if there's a way to add more rows on a user-made request (clicking on a button or something).
I have seen some HTML DOM examples in JS on w3schools, but I don't know if it's usable in jQuery. I'd appreciate any kind of a simple example.