Fixed header with scrollX and scrollY
Fixed header with scrollX and scrollY

.withOption('scrollY', '250px')
.withOption('scrollX', true)
.withOption('scrollCollapse', true)
not working.please help me.
This discussion has been closed.
.withOption('scrollY', '250px')
.withOption('scrollX', true)
.withOption('scrollCollapse', true)
not working.please help me.
Answers
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
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.
.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) {
//
}
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
Actually its in local server only so how i will be able to give that link?
The documentation here says how you can prepare a test case.
Allan