Class

CSVDialog

CSVDialog(props) → {React.ReactElement}

Overview

Allows user to choose properties for uploaded CSV file. User can choose delimiter and check whether a file has a header.
Constructor

# new CSVDialog(props) → {React.ReactElement}

Parameters:
Name Type Attributes Description
props Object
onConfirm function <optional>

Callback fired when the dialog requests to be closed.

open boolean

If true the dialog will show up.

View Source Utils/Dialogs/CSVDialog.js, line 47

React.ReactElement