Okay
  Public Ticket #927922
DATA TABLES
Closed

Comments

  •  2
    parthiban-exalogic started the conversation

    Hi Evento,

    Datables is not responsive in this theme.If Columns is more table is not responsive.Please can you help me to create Table as responsive

    http://themes.laborator.co/#theme=neon

    Thanks&Regards

  • [deleted] replied

    Hi,

    Have you tried adding the option { responsive: true }in DataTables  for example:

    $('#myTable').DataTable( {
        responsive: true
    } );
    

    If this doesn't works for you, then please update DataTables library because Neon uses an old version of DataTables.

    Updating the library will change the layout of table so you have to give some style with CSS because new version of DataTables has changed its implementation code from the time Neon was released with it.

    I hope for your understanding

  •  2
    parthiban-exalogic replied

    Thanks,With this script need to add width="100%" for the table.

    Thanks&Regards

    T.Kiran

  • [deleted] replied

    Great to hear it worked for you!

    Have a great week