Container Width: {{ containerWidth }}
Total Height: {{ virtualTotalHeight }}
Visible Rows: {{ visibleRows.length }}
Total Rows: {{ pageData.length }}
Column configs:
{{
computedConfigs.map((c) => ({
key: c.key,
flexBasis: Math.round(c.flexBasis),
flexGrow: c.flexGrow.toFixed(1),
}))
}}