Skip to main content

Floating Row Quick-Actions

Prop enableFloatingRowActions — engine behaviour, default false.

Overview

Layerenable* (engine, resolved in useBstTable)
Typeboolean
Defaultfalse
Maps tocustom — floating action pill on row hover with quick actions (Edit, Duplicate, Delete). In settings ("Editing"). Both skins inherit it
Status✅ done
Sincev0.46.0
Settings sheetEditing

Floating Row Quick-Actions — renders a floating quick-action pill on row hover with actions to edit, duplicate, delete, or annotate. Default: false.

Enable it

<BstTableMui
data={rows}
columns={columns}
enableFloatingRowActions
/>

Swap BstTableMui for BstTableShadcn (and the CSS import) for the shadcn skin — same props.

Behavior & interactions

  • Hovering over a row shows a floating quick-action pill at the right edge of the row.