Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ git clone https://github.com/niiknow/vue-datatables-net
cd vue-datatables-net
npm install
```

or in one command:

```

or in one command:
```
npm install git+https://github.com/niiknow/vue-datatables-net.git
```
```

To run locally (automatically launch firefox):
```
Expand Down Expand Up @@ -85,6 +84,7 @@ Of course, for your implementation, simply use a server-side compatible parser.
* dotNET - https://github.com/ALMMa/datatables.aspnet, https://github.com/garvincasimir/csharp-datatables-parser
* NodeJS - https://github.com/jpravetz/node-datatable
* Rails - https://github.com/jbox-web/ajax-datatables-rails
* Python - https://github.com/Pegase745/sqlalchemy-datatables

## Documentation
Since it's a wrapper, all/most features are provided by the [jQuery DataTables](https://datatables.net/manual/) library.
Expand Down