react.arquerodetailslistprops.compactrowheight.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/react > ArqueroDetailsListProps > compactRowHeight
ArqueroDetailsListProps.compactRowHeight property
If compact = true, override the default height. FluentUI hard-codes the compact height, so this gives us a way to customize how dense the rows are. Note that if compact = false (the default), this has no effect.
Signature:
compactRowHeight?: number;