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