Skip to content

Commit 4ee9612

Browse files
committed
remove whitespaces from readme
1 parent 000878c commit 4ee9612

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ git clone https://github.com/niiknow/vue-datatables-net
1414
cd vue-datatables-net
1515
npm install
1616
```
17-
18-
or in one command:
19-
20-
```
17+
18+
or in one command:
19+
```
2120
npm install git+https://github.com/niiknow/vue-datatables-net.git
22-
```
21+
```
2322

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

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

0 commit comments

Comments
 (0)