using fnAddData problems
using fnAddData problems
ahmmog
Posts: 1Questions: 0Answers: 0
Hi Great people,
I am trying to use fnAddData function to add new row on fly it works fine (if it comes to adding the new rows one by one) when I set the optional redraw parameter to true but while setting this parameter to true, I could not update the added rows data until the next refresh.
Trying to fix this I've set the optional redraw to false.. now the data in the newly added row is updatable on the fly but the fnAddData works only once. so if you added a new row then called the fnAddData again to add another row... nothing happens.
I need a way to be able to add new rows that can be updated using jquery or java script on the fly..
thank you.
I am trying to use fnAddData function to add new row on fly it works fine (if it comes to adding the new rows one by one) when I set the optional redraw parameter to true but while setting this parameter to true, I could not update the added rows data until the next refresh.
Trying to fix this I've set the optional redraw to false.. now the data in the newly added row is updatable on the fly but the fnAddData works only once. so if you added a new row then called the fnAddData again to add another row... nothing happens.
I need a way to be able to add new rows that can be updated using jquery or java script on the fly..
thank you.
This discussion has been closed.