Reputation: 2470
I have a table and i want to have ink and ripple effect for specific row in the table. when i add the attribute md-ink-ripple to tr element of table, it shows the ripple for entire table. please let me know how to fix this issue.
Upvotes: 6
Views: 1541
Reputation: 1931
You can add display: block; position: relative;
to the row styling - but that can result in odd behavior.
Upvotes: 4