Documentation

@kanunilabs/pivotgrid-react


@kanunilabs/pivotgrid-react / PivotImportStatus

Interface: PivotImportStatus

Properties

cancellable?

optional cancellable?: boolean

Whether the in-flight import can be cancelled by the user.


isOpen

isOpen: boolean


messages

messages: string[]


phase?

optional phase?: string

Coarse pipeline stage label (reading | parsing | typing | finalizing).


progress?

optional progress?: number

Overall parse progress 0..100 (present only while streaming a large file).


status

status: "loading" | "success" | "error" | "warning"


title

title: string