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 5 years ago