You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2024. It is now read-only.
I have the bulk of the post in the yii forum, but maybe you can help me.
I am trying to use: x-editable editable column
I have a table cost_code_group_join which phase table to cost codes using the group join table and I list the cost codes in the checklist using editable column. I can list data, I can update data but it does not maintain what has been checked / unchecked nor does it maintain the list of those items in the column in which editable column resides.
http://www.yiiframework.com/forum/index.php/topic/51424-gridview-chtmllistdata/page__gopid__239235#entry239235
I have the bulk of the post in the yii forum, but maybe you can help me.
I am trying to use: x-editable editable column
I have a table cost_code_group_join which phase table to cost codes using the group join table and I list the cost codes in the checklist using editable column. I can list data, I can update data but it does not maintain what has been checked / unchecked nor does it maintain the list of those items in the column in which editable column resides.
array(
'class' => 'editable.EditableColumn',
'name' => 'cost_code_id',
'headerHtmlOptions' => array('style' => 'width: 100px'),
'editable' => array(
'type' => 'checklist',
'model'=> $dataProvider,
'url' => $this->createURL('UpdateCostCodeGroups',array('id'=>'phase_id')),
'placement' => 'right',
'source' => 'js:function() { return "'.$this->createUrl('rateNames/CostCodeSource',
array('id' => (('ID')).'".replace("ID", this.getAttribute("data-pk")); }',
)),
The text was updated successfully, but these errors were encountered: