livegridview RefreshGridView continuously refreshes the visible data items in the body of the CGridView table

  1. Requirements
  2. Usage

Refreshing gridview Table on the certain intervals. Like mail client's mail boxes

Requirements

Yii 1.1 or above

PHP 5 above

Usage

Copy the LiveGridView folder into protected/extensions/

$this->widget('application.extensions.LiveGridView.RefreshGridView', array(
	'id'=>'items-grid',
	'dataProvider'=>$model->search(),
       'updatingTime'=>6000, // 6 sec
	'filter'=>$model,
	'columns'=>array(
		...
		array(
			'class'=>'CButtonColumn',
		),
	),
));
6 0
19
998
Yii Version: 1.1
License: BSD-2-Clause
Category: Others
Developed by: Nisanth thulasi Nisanth thulasi
Created: Apr 30, 2013
Updated: 13 years ago

Downloads

show all

Related Extensions