yii2-widget-datatables icon indicating copy to clipboard operation
yii2-widget-datatables copied to clipboard

DataTables widget for Yii2

Results 17 yii2-widget-datatables issues
Sort by recently updated
recently updated
newest added

So how to define column type here which is available in normal datatable? Exp: ``` $('#example').dataTable({ "columnDefs": [ { "type": "num" } ] }); ``` In the same way I...

Does not work with ['class' => 'yii\grid\CheckboxColumn']. yiigridview is not defined

this widget work only with DataProvider models ? Any suggestion for work with serverSide option ? Thanks

hello, can i use the server side processing feature of datatables in this widgets and please if i can get me the example of it, Great work Thanks,

I used that code, i can see the buttons in mozilla but in google chrome i can see only print button "tableTools"=>[ "aButtons"=> [ [ "sExtends"=> "copy", "sButtonText"=> Yii::t('app',"Copiar") ],...

After #2 It is necessary the implementation of a pagination in the php layer to avoid memory limit errors.

when data array is blank generates JavaScript error. http://prntscr.com/l2k0k5 ->js error http://prntscr.com/l2k12t ->view implementation

I have the following in the model's search method: ``` $dataProvider = new ActiveDataProvider([ 'query' => $query, 'sort' => ['defaultOrder' => ['id' => 'DESC']], ]); ``` This works fine with...

how can i set editable columns in this datatable?

How updated this widget with ajax and save search? Use only JS. Like $('.grid-view').yiiGridView('applyFilter');