DateRange Selection Redrawing Twice

DateRange Selection Redrawing Twice

blpraveen2004blpraveen2004 Posts: 15Questions: 2Answers: 0
edited June 2014 in Free community support

Here is the fiddle link http://jsfiddle.net/Bl_praveen2004/t4ZFa/2/

I could not recreate in jsfiddle. But in my system it is redrawing the table second time. when I call fndraw().

I am using multiple tables in the page and also scroll.

 oTable = $(this).closest('.dataTables_wrapper').find('.dataTable').dataTable();
 oTable.fnDraw();

Above function is drawing second table inside another.

Please correct me where I am going wrong.

Replies

  • blpraveen2004blpraveen2004 Posts: 15Questions: 2Answers: 0
    edited June 2014

    Please solve my problem. fnDraw is redrawing the table if already exists.
    oTable does not have the dataTable object instance.

    How to get the table object instance inside a datepicker change event?

This discussion has been closed.