$this->widget('application.extensions.htmltableui.htmlTableUi',array(
'title'=>'Supply Details',
'collapsed'=>false,
));
i want to use htmltableui instead of gridview any advice how to do it .
Posted 30 January 2013 - 02:43 AM
$this->widget('application.extensions.htmltableui.htmlTableUi',array(
'title'=>'Supply Details',
'collapsed'=>false,
));