Replies: 1 comment
-
Такого метода точно не будет так как iframe нужно конфигурировать под контент, настраивать область, вам сейчас никто не мешает сделать вот так ActionButton::make('Iframe', '#')
->inModal('Iframe', fn($item) => '<iframe height="200px" width="200px" src="'.config('app.url') . '/module/quiz/quizzes/' . $quizId . '?userQuizId=' . $item->id.'"></iframe>'), |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice to be able to open a link in a modal window like an iframe. This would be a great opportunity
use like this
Beta Was this translation helpful? Give feedback.
All reactions