1
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.

deep5459
  • 35
  • 8

0 Answers0