diff options
Diffstat (limited to 'components/data-table/data-table-pin-right.tsx')
| -rw-r--r-- | components/data-table/data-table-pin-right.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/data-table/data-table-pin-right.tsx b/components/data-table/data-table-pin-right.tsx index 2ba471cc..133740e1 100644 --- a/components/data-table/data-table-pin-right.tsx +++ b/components/data-table/data-table-pin-right.tsx @@ -84,7 +84,7 @@ function getColumnDisplayName<TData>(column: Column<TData>): string { /** * Array of column IDs that should be auto-pinned to the right when available */ -const AUTO_PIN_RIGHT_COLUMNS = ['actions'] +const AUTO_PIN_RIGHT_COLUMNS = ['actions', "action"] /** * "Pin Right" Popover. Supports pinning both individual columns and header groups. |
