File

src/modules/table/entities/table-row-actions.intf.ts

Description

StarkTableRowActions interface

Extends

StarkActionBarConfig

Index

Properties

Properties

isFixed
isFixed: boolean
Type : boolean
Optional

Should the actions always be shown on the right side of the table (sticky)

Default: false

import { StarkActionBarConfig } from "@nationalbankbelgium/stark-ui/src/modules/action-bar";

/**
 * StarkTableRowActions interface
 */
export interface StarkTableRowActions extends StarkActionBarConfig {
	/**
	 * Should the actions always be shown on the right side of the table (sticky)
	 *
	 * Default: `false`
	 */
	isFixed?: boolean;
}

results matching ""

    No results matching ""