I have a DataGrid that when I click in a header column to sort(by Date for an example), it requests for my API that answer all the Data in the correct order. But after this, when Datagrid reload with the new Data, the Ag-Grid Component sort the column again, and it brings an incorrect order.
Is there a way to disable only the Sorting on Ag-Grid Component, but without disable the Header Sorting button(Because this button that sends the request to the API)?
@sortChanged=""
(I use this in Vue context). – Varicotomy