esvit / ng-table

Simple table with sorting and filtering on AngularJS
http://esvit.github.io/ng-table
BSD 3-Clause "New" or "Revised" License
2.77k stars 851 forks source link

Custom behavior on cell when data are different from the previous loaded one. #885

Open pietro-fragnito opened 8 years ago

pietro-fragnito commented 8 years ago

Hi at all,

I wanna propose this functionality:

apply a customized class to a cell (for example in order to blink the data or to apply specific colors) when data of a specific cell in the table, reloaded from server, have a different value from the previous loaded one.

Is it a new functionality or is possible to do this just now?

Thanks a lot