Row Markers

interface DataEditorProps {
// ...other props
rowMarkers?: "number" | "none" | "checkbox" | "both" | "checkbox-visible" | "clickable-number";
rowMarkerStartIndex?: number;
rowMarkerTheme?: Partial<Theme>;
rowMarkerWidth?: number;
// ...other props
}rowMarkers
rowMarkerStartIndex
rowMarkerTheme
rowMarkerWidth
Last updated