fnUpdate resizes table oddly

fnUpdate resizes table oddly

bigdaddyvbigdaddyv Posts: 29Questions: 0Answers: 0
edited December 2010 in General
I created a simple table as such...

[code]
oTable = $("#the_table").dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers"
});
[/code]

This gives a nice header and footer just as I would expect. However, if I call fnUpdate() the table shrinks. The header and footer stay the same, but the rows all shorten giving the table a very odd look. Any clues?

Thanks so much!
V

Replies

  • bigdaddyvbigdaddyv Posts: 29Questions: 0Answers: 0
    The problem appears to be related to the 5th parameter to fnUpdate(). If I set that to FALSE and then call fnDraw() the problem does not manifest itself.
  • allanallan Posts: 63,512Questions: 1Answers: 10,472 Site admin
    Can you give us a link to an example of this happening please?

    Allan
This discussion has been closed.