create_table¶
- lsst.ts.m2gui.create_table(header_text: list[str], is_disabled_selection: bool = False) QTableWidget¶
Create the table.
Parameters¶
- header_text
list Text of the header.
- is_disabled_selection
bool, optional The selection is disabled or not. (the default is False)
Returns¶
- table
PySide6.QtWidgets.QTableWidget Table.
- header_text