I am trying to highlight last record/row of table with his id in angular 6. what i am doing is-
I am retriving some records from a database and showing in dynamic table.i want to highlight last row of that table and want to call click event of that highlighted row to show some for that row id but its not working.Any help will be appericiated.
(show) ="Highlighted(item,item.ID)" (click)="GetData(item,item.ID)"
[ngClass]="{'highlight' : item.AppDateTime == selectedName}" id="cursor">
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Arvind SinghPosted Apr 5, 2019, 7:12 AM
Mandar ShindePosted Apr 5, 2019, 7:23 AM