swimlane / angular-data-table

A feature-rich but lightweight ES6 AngularJS Data Table crafted for large data sets!
http://swimlane.github.io/angular-data-table/
MIT License
577 stars 142 forks source link

Highlight Row #27

Open lyrl opened 9 years ago

lyrl commented 9 years ago

has any already exist property?

lyrl commented 9 years ago

@amcdnl not static change,change certain row base a expression or a condition ,like a row data has a success property with value true。

amcdnl commented 9 years ago

Ah, like you want to trigger a highlight or something when a row changes from a external service?

We could add a property for row classes and let it support expressions and then evaluate it here: https://github.com/Swimlane/angular-data-table/blob/master/src/components/body/BodyController.js#L334

PR welcome :)