1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-20 18:54:15 +01:00

Dev: Add ability to set a body class for an example for extra styling information. This will help to combat conflicts with the datatables.net site css when deployed on the site.

This commit is contained in:
Allan Jardine 2015-02-16 12:01:07 +00:00
parent 1ee4427ab0
commit a9b35a4927
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
625cf0d430f5711066ab90d5dbd2a47b563fe863
578127f0d04c6a7417d985baa1b399d456a94331

View File

@ -29,7 +29,7 @@ $(document).ready(function() {
</script>
</head>
<body class="dt-example">
<body class="dt-example bootstrap">
<div class="container">
<section>
<h1>DataTables example <span>Bootstrap</span></h1>