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.

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.