Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

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.