1771 Technologies Logo

AutosizeColumnsParams

AutosizeColumnsParams defines the parameters for the AutosizeApi.autosizeColumns method used in autosizing operations for columns in Graphite Grid.

Properties

  • Name
    columnIds?
    Type
    string[]
    Description

    An array of column Ids to be autosized. If this parameter is omitted, autosizing is applied to all columns.

  • Name
    dryRun?
    Type
    boolean
    Description

    A boolean that indicates whether the autosize operation should simulate the autosizing process without applying the new widths. This can be useful for previewing potential width adjustments without altering the grid's display.

  • Name
    includeHeader?
    Type
    boolean
    Description

    A boolean that determines if the column headers should be included in the autosizing calculations.