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)

ShanidShanid Posts: 1Questions: 1Answers: 0
edited January 2019 in Free community support

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"]]
  });
});

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    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

This discussion has been closed.