VariantSubcloneTable.create_conditional_style#

missionbio.mosaic.workflows.variant_subclone_table.VariantSubcloneTable.create_conditional_style

static VariantSubcloneTable.create_conditional_style(columns: Sequence, ids: Optional[Sequence] = None) List#

When the header is frozen, the width of the columns is determined only using the values in the cells. The header values are ignored. This function calculates the minimum width of each column for the given column header values. The width can be larger if the data is longer than the header.

Parameters:
columnsSequence

The names of the columns. These text values are used to determine the required width of the columns

idsSequence

The id value for each column name in columns