What is the signature of the fnDeleteRow callback?

What is the signature of the fnDeleteRow callback?

shawnmitchellshawnmitchell Posts: 5Questions: 0Answers: 0
edited May 2013 in General
Can't find this info in the docs. Thanks in advance.

Replies

  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    It is called with:

    1. Settings object
    2. Data object for the deleted row

    Must admit, I don't know why I added a callback for that method. it is synchronous, so a callback isn't needed. It isn't present in the new API.

    Allan
  • shawnmitchellshawnmitchell Posts: 5Questions: 0Answers: 0
    Thanks Allan!
This discussion has been closed.