create_table

lsst.ts.m2gui.create_table(header_text, is_disabled_selection=False)

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:
tablePySide2.QtWidgets.QTableWidget

Table.