pickTableFromFiles()
pickTableFromFiles():
Promise<DataFrame|null>
Defined in: js-api/ui.ts:550
Opens the platform's 'Select a file' dialog over the file shares tree. Resolves with the first dataframe of the picked file, or null when the dialog is closed without a pick.
Returns
Promise<DataFrame | null>