We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6900bf commit 0593e7eCopy full SHA for 0593e7e
README.md
@@ -3,20 +3,18 @@ Yii2 DataTables
3
4
Yii2 Widget for [DataTables](https://github.com/DataTables/DataTables) plug-in for jQuery
5
6
-**Work in Progress. Not ready for production**
7
-
8
## Installation
9
10
The preferred way to install this extension is through composer.
11
12
Either run
13
14
```
15
-composer require "nullref/yii2-datatables" "*"
+composer require nullref/yii2-datatables
16
17
or add
18
19
-"nullref/yii2-datatables": "*"
+"nullref/yii2-datatables": "~1.0"
20
21
to the require section of your `composer.json` file.
22
0 commit comments