Skip to content
Sheetwrite

Sheetwrite / Documentation

SheetwriteGrid@sheetwrite/react

Advanced framework component with inferred row-bridge identity.

Advanced framework component with inferred row-bridge identity.

Declaration

function SheetwriteGrid<Id extends RowBridgeId = RowBridgeId>(
props: SheetwriteGridProps<Id> & {
ref?: ForwardedRef<Grid>;
},
): ReactElement