Okay
  Public Ticket #892693
Datatable Width
Closed

Comments

  •  2
    Rodolfo started the conversation

    Hello!

    I'm having problems when the table has multiple columns and the same goes beyond the ' layout ' of the site. Getting the disproportionate size and limits.

    An example follows: 


  • [deleted] replied

    Hi Rodolfo,

    Please add this CSS: 

    .dataTables_wrapper {
        overflow: auto;
    }
    This will add horizontal scroll to the table.