kartik-v / yii2-widgets

Collection of useful widgets for Yii Framework 2.0
http://demos.krajee.com/widgets
Other
558 stars 175 forks source link

Star Rating Issue with renderAjax bootstrap modal popup #385

Open ranamehul20 opened 4 years ago

ranamehul20 commented 4 years ago

Controller

public function actionView($id) {
$model=Rating::findOne($id);
return $this->renderAjax("view", ['model' => $model]);
}

modal popup

 echo "<label>Rating: </label>";
 echo \kartik\widgets\StarRating::widget([
         'name' => 'rating_35',
          'value' => $model->rating,
           'pluginOptions' => ['displayOnly' => true]
 ]);

it's display loader but does not dispaly star rating

image

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/93470168-star-rating-issue-with-renderajax-bootstrap-modal-popup?utm_campaign=plugin&utm_content=tracker%2F530581&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F530581&utm_medium=issues&utm_source=github).