PHP code example of faravaghi / yii2-widget-datatables
1. Go to this page and download the library: Download faravaghi/yii2-widget-datatables library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
faravaghi / yii2-widget-datatables example snippets
use faravaghi\datatables\DataTables;
$searchModel = new ModelSearch();
$dataProvider = $searchModel->search(Yii::$app->request->queryParams);