datatables.net/download - release table is messed up
datatables.net/download - release table is messed up
dzida
Posts: 23Questions: 0Answers: 0
There is some error on this page which makes release table unreadable.
After short investigation with Firebug I've noticed that html for this table is broken:
(part of table with caption)
[code]
tag are now moved into the table used for the header. (thread: 2022).
Fixed: Scrolling tables could get their alignment wrong at times. This should now be addressed.
Fixed: The ID from clone nodes for scrolling header wasn't removed, which could result in a table being incorrectly re-initialised.
Fixed: Changing column visibility with fnSetColumnVis was broken when using scrolling.
[/code]
After short investigation with Firebug I've noticed that html for this table is broken:
(part of table with caption)
[code]
tag are now moved into the table used for the header. (thread: 2022).
Fixed: Scrolling tables could get their alignment wrong at times. This should now be addressed.
Fixed: The ID from clone nodes for scrolling header wasn't removed, which could result in a table being incorrectly re-initialised.
Fixed: Changing column visibility with fnSetColumnVis was broken when using scrolling.
[/code]
This discussion has been closed.
Replies
Thanks very much for pointing that out! Safari didn't seem to show my broken HTML in the same way as Firefox so I had completely missed this. But fixed now :-)
Regards,
Allan