Add a row dynamically

Add a row dynamically

lazybrainlazybrain 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

Answers

  • mRendermRender Posts: 151Questions: 26Answers: 13

    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.

  • lazybrainlazybrain Posts: 13Questions: 5Answers: 0

    I'm using ajax to retreive my data into the table and I need to add rows dynamically through ajax whenever the page refresh!!!

  • allanallan Posts: 63,689Questions: 1Answers: 10,500 Site admin
    Answer ✓

    To add rows dynamically, use the API - rows.add().

    Allan

This discussion has been closed.