1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-03-15 16:29:16 +01:00

Site: Styling documentation for the currently provided three CSS

framework integrations:
        - Bootstrap
        - Foundation
	- jQuery UI
This commit is contained in:
Allan Jardine 2013-12-28 11:11:54 +00:00
parent 8866a3f77c
commit 4933ccf02e
2 changed files with 8 additions and 2 deletions

View File

@ -1 +1 @@
c4451afc15c77bfc622d3999e267e7057c0e73c0 674d4f82869b6cbdb2158231b13297f817d8f660

View File

@ -10,6 +10,10 @@
<link rel="stylesheet" type="text/css" href="../resources/demo.css"> <link rel="stylesheet" type="text/css" href="../resources/demo.css">
<style type="text/css" class="init"> <style type="text/css" class="init">
tr.red { background-color: red !important; }
tr.blue { background-color: blue !important; }
tr.green { background-color: green !important; }
</style> </style>
<script type="text/javascript" language="javascript" src="../../media/js/jquery.js"></script> <script type="text/javascript" language="javascript" src="../../media/js/jquery.js"></script>
<script type="text/javascript" language="javascript" src="../../media/js/jquery.dataTables.js"></script> <script type="text/javascript" language="javascript" src="../../media/js/jquery.dataTables.js"></script>
@ -554,7 +558,9 @@ $(document).ready(function() {
<div> <div>
<p>This example uses a little bit of additional CSS beyond what is loaded from the library <p>This example uses a little bit of additional CSS beyond what is loaded from the library
files (below), in order to correctly display the table. The additional CSS used is shown files (below), in order to correctly display the table. The additional CSS used is shown
below:</p><code class="multiline brush: js;"></code> below:</p><code class="multiline brush: js;">tr.red { background-color: red !important; }
tr.blue { background-color: blue !important; }
tr.green { background-color: green !important; }</code>
</div> </div>
<p>The following CSS library files are loaded for use in this example to provide the styling of the <p>The following CSS library files are loaded for use in this example to provide the styling of the