The type of buttons to be displayed in data cell.
NONE | "none" | Do not display the button. |
ACTION | "action" | The button of firing onCellButtonClicked event when click the mouse. |
POPUP | "popup" | Display popupMenu specified in the column when click the mouse. |