Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Star Rating Issue with renderAjax bootstrap modal popup #385

Open
ranamehul20 opened this issue Oct 8, 2020 · 0 comments
Open

Star Rating Issue with renderAjax bootstrap modal popup #385

ranamehul20 opened this issue Oct 8, 2020 · 0 comments

Comments

@ranamehul20
Copy link

ranamehul20 commented Oct 8, 2020

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! We accept bounties via Bountysource.

@ranamehul20 ranamehul20 changed the title Issue with renderAjax bootstrap modal popup Star Rating Issue with renderAjax bootstrap modal popup Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant