create_table

lsst.ts.m2gui.create_table(header_text: list[str], is_disabled_selection: bool = False) QTableWidget

Create the table.

Parameters

header_textlist

Text of the header.

is_disabled_selectionbool, optional

The selection is disabled or not. (the default is False)

Returns

tablePySide6.QtWidgets.QTableWidget

Table.