Skip to main content

@microsoft/fast-foundation > DataGridRowTypes

DataGridRowTypes variable

Enumerates possible data grid row types

Signature:
DataGridRowTypes: {
readonly default: "default";
readonly header: "header";
readonly stickyHeader: "sticky-header";
}