Columns:
[
{
"field":"Athlete",
"sortable":true
},
**{
"field":"Age",
"sortable":true
},**
{
"field":"Country",
"sortable":true
}
...
...
]
In the above columns how to disable multi sort only on Age column in ag-grid (https://www.ag-grid.com/).
Plunker - https://plnkr.co/edit/n1xpnjPktEaHet4f?open=app%2Fapp.component.ts
