Questions tagged [edatatables]

The goal of this widget/wrapper is to provide a drop in replacement for base CGridView widget from the Yii framework, using DataTables plugin.

The goal of this widget/wrapper is to provide a drop in replacement for base CGridView widget from the Yii framework, using DataTables plugin.

Features

  • Redrawing of table contents (after paging/sorting/searching) using AJAX calls.
  • Using CGridView columns definition format, supports all basic special columns like Buttons, Checkbox, etc.
  • Custom buttons in table header.
  • Smoothness theme from JUI by default
  • Twitter Bootstrap support through the bootstrap extension
  • Partial editable cells support.

Home: http://www.yiiframework.com/extension/edatatables/

2 questions
1
vote
0 answers

How to change emptyText value in Yii Datatables Ajax requests?

I used EdataTable extension in my yii Project. I have customized the yii datatable emptyText value in EDataTable.php file. I used dynamic error message when data empty. but this message not reflected in ajax requests. I initialized Yii datatable…
Mj.
  • 321
  • 1
  • 6
  • 13
1
vote
1 answer

How to pass custom data to EDataTables in Yii

I am using Yii EDataTables Extension : http://www.yiiframework.com/extension/edatatables/ I have Widget of EDataTables as follow $this->createWidget( 'ext.EDataTables.EDataTables', array( 'id' => 'items', …
user3498582