horizontal scroll is not showing in chrome Version 71.0.3578.98 (Official Build) (64-bit)
horizontal scroll is not showing in chrome Version 71.0.3578.98 (Official Build) (64-bit)
Shanid
Posts: 1Questions: 1Answers: 0
chrome
Firefox
horizontal Scrollbar not showing in chrome. it showing in Firefox
$(function(){
$("#datatable").DataTable({
dom:'Bfrtip',
"scrollX": true,
buttons: [
{
extend: 'copyHtml5',
title: 'Piriodic_Activity_Report'
},
{
extend: 'excelHtml5',
title: 'Piriodic_Activity_Report'
},
{
extend: 'pdfHtml5',
title: 'Piriodic_Activity_Report'
},
{
extend: 'csvHtml5',
title: 'Piriodic_Activity_Report'
},
{
extend: 'print',
title: 'Piriodic_Activity_Report'
}
],
"lengthMenu":[[10,25,50,-1],[10,25,50,"All"]]
});
});
This discussion has been closed.
Answers
Hi @Shanid ,
This example is working for me on that browser version. We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. 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