shyam_
shyam_

Reputation: 2470

md-ink-ripple effect for specific row in a table

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

Answers (1)

ClickerMonkey
ClickerMonkey

Reputation: 1931

You can add display: block; position: relative; to the row styling - but that can result in odd behavior.

Upvotes: 4

Related Questions