We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e729084 commit 6f861eaCopy full SHA for 6f861ea
table.md
@@ -15,7 +15,5 @@ title: "MCU Board Table"
15
{: #board-table }
16
17
<script type="text/javascript" class="init">
18
-$(document).ready( function () {
19
- $('board-table').DataTable();
20
-} );
+new DataTable('#example');
21
</script>
0 commit comments