diff --git a/.datatables-commit-sync b/.datatables-commit-sync index b1c1c187..49cef70e 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -c4451afc15c77bfc622d3999e267e7057c0e73c0 +674d4f82869b6cbdb2158231b13297f817d8f660 diff --git a/examples/basic_init/zero_configuration.html b/examples/basic_init/zero_configuration.html index ab5443eb..7b2886d2 100644 --- a/examples/basic_init/zero_configuration.html +++ b/examples/basic_init/zero_configuration.html @@ -10,6 +10,10 @@ @@ -554,7 +558,9 @@ $(document).ready(function() {

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 - below:

+ below:

tr.red { background-color: red !important; } + tr.blue { background-color: blue !important; } + tr.green { background-color: green !important; }

The following CSS library files are loaded for use in this example to provide the styling of the