Can I only use dataTable features without using their CSS.

Can I only use dataTable features without using their CSS.

saumyasaumya Posts: 2Questions: 1Answers: 0

I applied dataTable.min.js in my jsp, did not include their CSS. However, their CSS is getting applied to my Table. I don't want their CSS and rather use the CSS used in my application. Please suggest.

Answers

  • allanallan Posts: 63,836Questions: 1Answers: 10,518 Site admin

    Just don't include the DataTables CSS file if you don't want it :smile:.

    Allan

  • saumyasaumya Posts: 2Questions: 1Answers: 0

    Hi Allan,

    Thanks for your quick response. However, I did not include the CSS (included just the dataTable.min.js, yet it is getting applied to my table.

    included : https://cdn.datatables.net/1.10.13/js/jquery.dataTables.min.js :smile:

    Saumya

  • allanallan Posts: 63,836Questions: 1Answers: 10,518 Site admin

    I'd need a link to the page to be able to debug it and understand what is happening.

    Allan

This discussion has been closed.