Options
All
  • Public
  • Public/Protected
  • All
Menu

Type Parameters

  • SuppliedDataType

Hierarchy

  • TableActions

Index

Properties

bulk?: TableAction[]

Secondary actions are "bulk" actions

footer?: (TableAction & { actions?: TableAction[] })[]

The footer actions can be "action buttons" which have multiple dropdown options

noData?: LinqButtonTemplate<unknown> & { onClick?: any }

Button displayed when no data is supplied to the data input

primary?: (TableAction & { icon: string })[]

Primary actions are icon based buttons at the top of the table

row?: MenuKebabAction<SuppliedDataType>[]

Maps to MenuKebabAction type

Generated using TypeDoc