FixedHeader and .load()

FixedHeader and .load()

aaronp55426aaronp55426 Posts: 3Questions: 1Answers: 0

I'm using DataTables 1.10.0 and FixedHeader 2.1.1. This combination works well for me on the first page load, but when I .load() a new view with a similar new table, FixedHeader starts behaving badly. The header moves to the top of the page, and the table itself starts getting malformed.

Can FixedHeader be used successfully this way where multiple tables are AJAX loaded into the same page?

Replies

  • aaronp55426aaronp55426 Posts: 3Questions: 1Answers: 0

    I have decided that FixedHeader is probably not meant to be used this way, so I'll probably just not use it when loading DataTables using AJAX.

This discussion has been closed.