Hiding the set grid and field grid indexes

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 1 minute de lecture
  • You can hide the index column in a set grid or a field grid.

    By default, the index column is displayed in a set grid or a field grid. This index column can be hidden in two ways: by using the layout wizard or by modifying the layout CSV file.

    Combo options

    Hide the index by using the layout wizard

    Navigate to the layout in question in the CPQ Admin. Then click the gear icon next to the set or field grid. Then select the General Settings expandable section. Set the Show Index toggle to false, save the layout, and deploy. The index will no longer be displayed.

    Remarque :
    the Show Index setting is available for field grids as well.

    Hide the index by modifying the layout CSV file

    To hide the column, adjust your layout CSV to include the following instruction in the “Value”, for an appropriate row: {“indexVisible” : “false”}

    The examples below illustrate the CSV files for a field grid and for a set. In both cases, the Index is hidden on runtime:

    CSV file

    Field grid CSV file

    CSV file

    Link to CSV example

    Sets CSV file

    CSV file

    Link to CSV example