vm.gridOptions = {
exporterMenuCsv: false,
enableGridMenu: true,
columnDefs: [
{ name: 'name' },
{ name: 'gender' },
{ name: 'company' }
]
I want to sort the columns in gridMenu alphetically, is there any inbuilt property for these or I need to write a custom method for sorting that.