Using Htmltableui To Display Data From Another Model Instead Of Cgridview




$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 .