I have a Kendo UI for Angular no Kendo for JQuery and I have been try to look how to reorder columns dynamically. The API allows reorder by enable it like this:
<kendo-grid [reorderable]="true"...../>
But I want tp be able to reorder columns in my code. So far the solution I was doing is having different templates for the grid and change those template but that is very cumbersome. Is there a way or work around to reorder columns dynamically for this new Kendo UI grid for Angular I did not see any in the API