Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- $j(document).ready(function() {
- colorVisibleTableRows("table", "white", "whitesmoke");
- $j('#table').dataTable( {
- "aaSorting": [[ 0, "desc" ]]
- } );
- } );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment