OptionalgroupOptionalgroupOptionalgroupOptionalgroupYou can add a right click popup to any group header by passing the popup contents to the groupContextPopup option in the table constructor object.
OptionalgroupOptionalgroupYou can add a double click popup to any group header by passing the popup contents to the groupDblClickPopup option in the table constructor object.
OptionalpopupBy default Tabulator will append the menu element to the body element of the DOM as this allows the menu to appear correctly in the vast majority of situations. There are some circumstances where you may want the menu to be appended to a different element, such as the body of a modal, so that the menu is contained with that element. In these circumstances you can use the popupContainer option to specify the element that the menu should be appended to.
OptionalrowOptionalrowYou can add a click popup to any row by passing the popup contents to the rowClickPopup option in the table constructor object.
OptionalrowOptionalrowYou can add a right click popup to any row by passing the popup contents to the rowContextPopup option in the table constructor object.
OptionalrowOptionalrowYou can add a double click popup to any row by passing the popup contents to the rowDblClickPopup option in the table constructor object.
You can add a click popup to any group header by passing the popup contents to the
groupClickPopupoption in the table constructor object.