Saulis / iron-data-table

iron-data-table is a Web Component for displaying data as a table or grid. Built on top of iron-list using Polymer.
Apache License 2.0
147 stars 66 forks source link

How to add a particular style for a row? #199

Open robertop87 opened 7 years ago

robertop87 commented 7 years ago

does it possible to add a custom style just a single row?

My goal is add a highlight effect for new rows.

Thanks in advance.

Saulis commented 7 years ago

Hi @robertop87

You can use the beforeRowBind() to apply a custom class to your new rows.