Skip to content

Commit 7f979d2

Browse files
committed
Fix client-side code example
1 parent 7205552 commit 7f979d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ $datatables->generate(); // done
6161
You must include the jQuery and DataTables library.
6262

6363
```html
64-
<link src="https://cdn.datatables.net/1.11.5/css/jquery.dataTables.min.css">
64+
<link href="https://cdn.datatables.net/1.11.5/css/jquery.dataTables.min.css" rel="stylesheet">
6565

66-
<table id="table-post">
66+
<table id="table-post" class="display" width="100%">
6767
<thead>
6868
<th>ID</th>
6969
<th>Title</th>

0 commit comments

Comments
 (0)