valor-software / ng2-table

Simple table extension with sorting, filtering, paging... for Angular2 apps
http://valor-software.github.io/ng2-table/
MIT License
554 stars 336 forks source link

I want to add class based on the table cell data validation #588

Open giriswamy opened 6 years ago

giriswamy commented 6 years ago

I want to highlight the table cell based on the table cell data. example I have one number cell if the cell value less than 18 then I want to highlight the cell and more than 18 no color. like screen shot below newwork1

newwork1

giriswamy commented 6 years ago

Please provide me details