fnDeleteRow with tr node doesn't update the footer table message

fnDeleteRow with tr node doesn't update the footer table message

Th3DarKZi0NTh3DarKZi0N Posts: 2Questions: 0Answers: 0
edited October 2013 in Bug reports
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.

Replies

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin
    Can you link to a test case showing the problem please?

    Allan
  • Th3DarKZi0NTh3DarKZi0N Posts: 2Questions: 0Answers: 0
    edited October 2013
    Not necessary, found mistake in my code.
    I was passing a node collection instead of a simple node.

    My apologies.
This discussion has been closed.