Skip to contents

Columns: Pinned

Usage

ag_col_pinned(
  x,
  columns = NULL,
  pinned = NULL,
  initialPinned = NULL,
  lockPinned = NULL,
  ...
)

Arguments

x

aggrid Object

columns

Specify the column to modify, Default is all columns.

pinned

Pin a column to one side: right or left.

initialPinned

Same as pinned, except only applied when creating a new column. Not applied when updating column definitions.

lockPinned

Set to true to block the user pinning the column, the column can only be pinned via definitions or API.

...

please see https://www.ag-grid.com/javascript-data-grid/column-properties/.