fnDraw giving error in _fnScrollDraw

fnDraw giving error in _fnScrollDraw

grivasgrivas Posts: 3Questions: 0Answers: 0
edited July 2011 in General
Hi, I’m using server side processing and at some point of my flow I retrieve the datatable the first time and fine, later I need to refresh the datatable and I try to use the .fnDraw(false). and it goes to the server and comes back fine but when I get to the function _fnScrollDraw, i try to get the o.nScrollHead.getElementByTagName('div')[0] it gets undefined. Am I missing something here for the function fndraw()?

Replies

  • grivasgrivas Posts: 3Questions: 0Answers: 0
    Seems like the function is not getting the complete html to work with... as i mention i just calling the fnDraw, and nothing more. any ideas what could be affecting the redraw of the table?
This discussion has been closed.