how to access the sorting event and get the id of the column from angular 4/5. Please
how to access the sorting event and get the id of the column from angular 4/5. Please
jbflores
Posts: 1Questions: 1Answers: 0
how to access the sorting event and get the id of the column and if you selected asc or desc from angular 2/4
This discussion has been closed.
Answers
Hi @jbflores ,
This example here should do the trick - it's not specific to Angular, it's just showing how the ordering can trigger the
order
event.Cheers,
Colin