Not load table data on document ready

Not load table data on document ready

valdezrvaldezr Posts: 49Questions: 0Answers: 0
edited February 2010 in General
How can I postpone the load of the data?

I am using server side processing and the data is loaded in the document ready function. How can I set the sAjaxSource value later in an other method?
Thanks in advance.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    http://datatables.net/plug-ins/api#fnReloadAjax is one possible option. Or making use of fnServerData to write your own server calling function. The best way probably depends on exactly what you are doing.

    Allan
This discussion has been closed.