fnDestroy call fnServerData

fnDestroy call fnServerData

filipizfilipiz Posts: 5Questions: 0Answers: 0
edited November 2010 in Bug reports
Hi.

I think this behavior should be reviewd.

The fnDestroy() method calls fnSetColumnVis().
This is undestandable.

fnSetColumnVis() calls _fnDraw() - that calls fnServerData().
This is also undestandable.

But, I think there should have some kind of flag/attribute that says that the fnSetColumnVis() call is to destroy the component. I don't think that the destroy method should request data from server.

For me it doesn't make sense.
Do you think I'm wrong?

Replies

  • allanallan Posts: 61,439Questions: 1Answers: 10,053 Site admin
    This sounds like a perfectly reasonable point to me! I've just committed a fix which will stop DataTables from doing the redundant XHR, and it can be picked up from the 'nightly' on the downloads page ( http://datatables.net/download/ ).

    Regards,
    Allan
  • filipizfilipiz Posts: 5Questions: 0Answers: 0
    Thanks Allan!

    Nice to contribute a little bit.
    Datatables is incredibly usefull!

    Regards.
    Filipi
This discussion has been closed.