We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need to embed iframe in a table cell.
Tried this:
# additional_info row unless action.additional_info.blank? row_2a = Array.new row_2a << Caracal::Core::Models::TableCellModel.new do |cell_doc| # cell_doc.p action.additional_info # THIS WORKS FINE! cell_doc.iframe(data: (PandocRuby.new(action.additional_info, from: 'markdown').to_docx).force_encoding('UTF-8')) end actions_data << row_2a end
while cell_doc.p works cell_doc.iframe throws undefined method for TableCellModel.
thanks in advance!
The text was updated successfully, but these errors were encountered:
Looks like
caracal/lib/caracal.rb
Line 34 in 562bdc4
Sorry, something went wrong.
No branches or pull requests
Need to embed iframe in a table cell.
Tried this:
while cell_doc.p works cell_doc.iframe throws undefined method for TableCellModel.
thanks in advance!
The text was updated successfully, but these errors were encountered: