Top Scroll Not Displaying
Top Scroll Not Displaying
ArielSAdamsNASA
Posts: 105Questions: 15Answers: 0
Link to test case: http://live.datatables.net/nebetuqa/3/edit
Description of problem: I had a top scroll bar for a table. This is no longer there after I added the custom buttons. This top scroll works in http://jsfiddle.net/3xvpznd3/. What is causing this scroll to not work?
This question has an accepted answers - jump to answer
Answers
http://live.datatables.net/nebetuqa/5/edit
You had both
fnInitComplete
andinitComplete
defined. They are the same thing - one gets mapped to the other to allow for the old style Hungarian notation. So onlyinitComplete
was running.Combining them allows it to work as expected.
Unusual that - is it part of your UI guidelines or something else?
Allan
@allan
Thank you, that worked! The top scroll was requested by the customers since they didn't notice the bottom scroll bar.