Top Scroll Not Displaying

Top Scroll Not Displaying

ArielSAdamsNASAArielSAdamsNASA 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

  • allanallan Posts: 63,210Questions: 1Answers: 10,415 Site admin
    Answer ✓

    http://live.datatables.net/nebetuqa/5/edit

    You had both fnInitComplete and initComplete defined. They are the same thing - one gets mapped to the other to allow for the old style Hungarian notation. So only initComplete was running.

    Combining them allows it to work as expected.

    Unusual that - is it part of your UI guidelines or something else?

    Allan

  • ArielSAdamsNASAArielSAdamsNASA Posts: 105Questions: 15Answers: 0

    @allan

    Thank you, that worked! The top scroll was requested by the customers since they didn't notice the bottom scroll bar.

Sign In or Register to comment.