Fixed header with scrollX and scrollY

Fixed header with scrollX and scrollY

sonali12sonali12 Posts: 12Questions: 2Answers: 0

.withOption('scrollY', '250px')
.withOption('scrollX', true)
.withOption('scrollCollapse', true)
not working.please help me.

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    Hi @sonali12 ,

    We're happy to take a look, but it would help, as per the forum rules, if you could link to a running test case showing the issue so we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

  • sonali12sonali12 Posts: 12Questions: 2Answers: 0

    how to use new $.fn.dataTable.ColumnFilter and new $.fn.dataTable.FixedHeader
    at a time with dt-options and dt-columns datatable(angular jqury datatable).
    I need scrollX and ScrollY.

  • sonali12sonali12 Posts: 12Questions: 2Answers: 0

    .withOption('autoWidth', false) and .withOption('scrollX', true) together not working properly.scrollX not working if i set fixed width to my columns like below:

    DTColumnBuilder.newColumn('PDLC').withTitle('PDLC').withOption('width', '80px').renderWith(function (data, type, full) {

    //

    }

  • allanallan Posts: 63,455Questions: 1Answers: 10,465 Site admin

    $.fn.dataTable.ColumnFilter

    This is third party software so I'm afraid we can't really help you with that.

    As Colin noted, if you need help with something, please post a link to a page showing the issue so we can debug it.

    Allan

  • sonali12sonali12 Posts: 12Questions: 2Answers: 0

    Actually its in local server only so how i will be able to give that link?

  • allanallan Posts: 63,455Questions: 1Answers: 10,465 Site admin

    The documentation here says how you can prepare a test case.

    Allan

This discussion has been closed.