For the material table, I want to remove the shadow around the table. How could I do this because what I found in the doc and added to CSS didn't work.Or I would like to add keyboard shortcuts so that I can move between the lines with the arrow keys and select with shift. What can be used for the angular step does not work on my table and does not even write an error.
This is one of the code I found for the disappearance, but unfortunately like the other CSS solutions it doesn't work either:
mat-table{
transition: none !important;
box-shadow: none !important;
}
Would there be a solution or documentation that I could use to solve these functions?