Is it possible to use colspan in angular material table or is there any other way that I can achieve colspan in any other way?
I have tried [attr.colspan]
but result is not proper. As soon as I added [attr.colspan]
it applies colspan but moves symbols to a new unknown column.