We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7205552 commit 7f979d2Copy full SHA for 7f979d2
README.md
@@ -61,9 +61,9 @@ $datatables->generate(); // done
61
You must include the jQuery and DataTables library.
62
63
```html
64
-<link src="https://cdn.datatables.net/1.11.5/css/jquery.dataTables.min.css">
+<link href="https://cdn.datatables.net/1.11.5/css/jquery.dataTables.min.css" rel="stylesheet">
65
66
-<table id="table-post">
+<table id="table-post" class="display" width="100%">
67
<thead>
68
<th>ID</th>
69
<th>Title</th>
0 commit comments