fnUpdate resizes table oddly
fnUpdate resizes table oddly
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
[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
This discussion has been closed.
Replies
Allan