fnDeleteRow with tr node doesn't update the footer table message
fnDeleteRow with tr node doesn't update the footer table message
Th3DarKZi0N
Posts: 2Questions: 0Answers: 0
Everytime I add a row using fnAddData the table footer updates the displayed row message without problems, but when I use fnDeleteRow to remove some row using tr node as argument this message seems to not update.
I tried using fnDeleteRow with a row index and have no problems, so I think this is a specific problem of fnDeleteRow when I use the tr node.
Hope this report will be useful.
Thanks for your work.
I tried using fnDeleteRow with a row index and have no problems, so I think this is a specific problem of fnDeleteRow when I use the tr node.
Hope this report will be useful.
Thanks for your work.
This discussion has been closed.
Replies
Allan
I was passing a node collection instead of a simple node.
My apologies.