ContextMenu.head
configurationConfigures the items of the ContextMenu for the table head element. Those are some valid predifined tools: "separator", "create", "edit", "destroy", "select", "copySelection",."copySelectionNoHeaders", "reorderRow", "exportPDF", "exportExcel", "sortAsc", "sortDesc".
You can also specify a custom item and accosiate it with a command.
contextMenu.head
ArraycontextMenu.head.command
StringSpecifies the command of the item.
contextMenu.head.icon
StringSpecifies the icon of the item.
Specifies the items of the item.
contextMenu.head.name
StringSpecifies the name of the item.
contextMenu.head.text
StringSpecifies the text of the item.