Bug with AJAX content loading
Bug with AJAX content loading
krojew
Posts: 30Questions: 0Answers: 0
Hi,
When tables are being loaded into the DOM using $.load, the table header moves to top of the page on the reload. Case:
1. Use $.load() to load some content with a table.
2. Use FixedHeader on that table.
3. Use $.load() to load some other content with other table.
4. Previous table header shows itself in the top-left corner of the page.
When tables are being loaded into the DOM using $.load, the table header moves to top of the page on the reload. Case:
1. Use $.load() to load some content with a table.
2. Use FixedHeader on that table.
3. Use $.load() to load some other content with other table.
4. Previous table header shows itself in the top-left corner of the page.
This discussion has been closed.
Replies