Style of This DataTable Table
Style of This DataTable Table

Hi,
I really like the the style/format of this datatable: https://editor.datatables.net/examples/triggering-editing/inTableDropdown.html. For now, I am not trying to implement the drop down or the table editor, I just want the font, font size, alternating row color, hover effect etc. I have tried repeatedly to get this css style applied to my datatable with no luck. I have followed the requirements in the example, but I still have my original style as shown in the attached screenshot.
Any advice on the minimum requirements to replicate the style in the example? Thanks in advance.
This question has an accepted answers - jump to answer
Answers
The example you linked to is using the default styling with the
display
class added to thetable
tag. It's not clear from your screenshot what the actual differences are. Can you provide a link to your page or a test case replicating the issues with a specific list of what you want changed?https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin
Hi @kthorngren , Thanks for responding. I was just able to finally get it to work.