How to pre-populate select from stateLoaded callback when using FixedHeader

How to pre-populate select from stateLoaded callback when using FixedHeader

AllanCochraneAllanCochrane Posts: 41Questions: 1Answers: 2

Test case here: https://jsfiddle.net/0rqxafhL/4/

My issue is that the FixedHeader plugin takes a copy of the header to allow it to float at the top of the page. But I would like to pre-populate the select drop down with information from the saved state of the table (e.g. table was saved with column search information)

If you uncomment line 27 (the call to add the FixedHeader) then the select element gets populated OK.

What is the recommended way to go about this?

Answers

This discussion has been closed.