Optional
config?: { The configuration object for the Operations formatter. The configuration object has two keys: 'dropdownOrientation' and 'buttons'.
the vue object
a Function that you can call to refresh the grid. The function has no parameters.
the unique ID of the row
the full record object
an array of OperatorButtonType objects. Each OperatorButtonType object represents a button in the cell. The OperatorButtonType object has the following keys: 'title', 'tooltip', 'icon', 'testValueAttribute', 'classList', 'dropdowned', 'disabled' and 'onClick'. The 'title' key is the title of the button. The 'tooltip' key is the tooltip of the button. The 'icon' key is the icon of the button. The 'testValueAttribute' key is the test value attribute of the button. The 'classList' key is the class list of the button. The 'dropdowned' key is a boolean value. If true, the button is a dropdown button. The 'disabled' key is a boolean value. If true, the button is disabled. The 'onClick' key is the function that is called when the button is clicked. The function gets the rowid and the record object as parameters.
The orientation of the dropdown. The possible values are 'right' and 'left'. If not set, the dropdown orientation is 'right'.
The type of the formatter. In this case, it should be 'Operations'.
The configuration object for the Operations formatter. Operations formatter shows operation buttons in the cell. For example, if you want to show an 'Edit' and a 'Delete' button in the cell, you can use the Operations formatter.