Raw HTML
You can pass raw html to render it in flash message block
Example:
this.flashMessage.show({
html: '<table>...</table>',
clickable: true,
time: 10000,
blockClass: 'custom_msg'
});
Last updated
Was this helpful?
You can pass raw html to render it in flash message block
Example:
this.flashMessage.show({
html: '<table>...</table>',
clickable: true,
time: 10000,
blockClass: 'custom_msg'
});
Last updated
Was this helpful?