Jump to content
Larry Ullman's Book Forums

Columns Of Grid View Going Out Of Page.


mint
 Share

Recommended Posts

The columns in the view page are going out of range of the normal page width. I am using grid view to display the rows of the database but the columns do not fit in the page width.

 

here is the grid view

$this->widget('zii.widgets.grid.CGridView', array(
'id'=>'transaction-grid',
'dataProvider'=>$dataProvider,
//'filter'=>$model,
'columns'=>array(
 'RBT_Transaction_ID',
 'Transaction_Timestamp',
 'Bearer_ID',
 'Transaction_Leg',
 'Transaction_Status',
 'RBT_Status_Message',
 'Tone_ID',
 'Transaction_Type',
 'Tone_Type',
 'Response_Status_Code',
 'Response_Status_Message',
 'Subscriber_MSISDN',
 'Special_Caller',
 'FeatureCode',
 'FeatureFlag',
 'Song_Name',
 'Subscription_Charge',
 'Applied_Subscription_Pack',
 'Applied_Charging_Pack',
),
));

Link to comment
Share on other sites

 Share

×
×
  • Create New...