Skip to content

Commit

Permalink
Replace underscore alias fiduswriter#14
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobius1 authored and rhoit committed May 28, 2023
1 parent 1c44f1a commit 516a0b8
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 174 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ npm install vanilla-datatables --save
Add the css and js files from the CDN:

```html
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/vanilla-datatables/1.1.6/vanilla-dataTables.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/vanilla-datatables/1.1.8/vanilla-dataTables.min.css">

<script type="text/javascript" src="https://cdn.jsdelivr.net/vanilla-datatables/1.1.6/vanilla-dataTables.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/vanilla-datatables/1.1.8/vanilla-dataTables.min.js"></script>
```

The JS file should be included before any scripts that call the plugin.
Expand All @@ -51,8 +51,8 @@ You can also pass the options object as the second paramater:
```javascript
var dataTable = new DataTable("#myTable", {
searchable: false,
fixedHeight: true,
...
fixedHeight: true,
...
});
```

Expand Down

0 comments on commit 516a0b8

Please sign in to comment.