overwriting a TR with a new TR

overwriting a TR with a new TR

chuckchuck Posts: 5Questions: 0Answers: 0
edited March 2011 in General
i have an ajax request that is returning a TR html string
is there anyway to overwrite another TR in the datatable without looping over it and pulling the values into an array to send to fnUpdate?



Thanks

Chuck

Replies

  • chuckchuck Posts: 5Questions: 0Answers: 0
    I ended up just looping over it and updating the row then looped back over the row and added back custom classes.
This discussion has been closed.