Styling
Styling
I have taken over a project previously started by someone else and need to figure out which styling they used. I do not have access to that person to ask them. Is there a way to tell
The project is built with dataTables 1.9.0
dataTables is initialized like:
<script type="text/javascript" charset="utf8" src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.1.min.js"></script>
<link rel="stylesheet" type="text/css" href="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.0/css/jquery.dataTables.css">
<script type="text/javascript" charset="utf8" src="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.0/jquery.dataTables.min.js"></script>
Answers
v1.9.0 is very old. Here are the Styling docs for that version. Looks like you are just using basic Datatables styling. To take advantage of the styling frameworks that Datatables supports you will need to upgrade to the current version. Here is an upgrade guide.
Kevin