Add a row dynamically
Add a row dynamically
lazybrain
Posts: 13Questions: 5Answers: 0
I was wondering if there's a way to add a row dynamically each time the page refresh?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
What kind of row do you want to add? A row of data I assume, but what data? Is there a test page for us to look at what you want to do?
We're going to need a lot more information before we can tell you how to go about solving your problem.
I'm using ajax to retreive my data into the table and I need to add rows dynamically through ajax whenever the page refresh!!!
To add rows dynamically, use the API -
rows.add()
.Allan