Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.25 KB

using-frontend-callback.md

File metadata and controls

29 lines (19 loc) · 1.25 KB
icon description
globe-pointer
Get sanitized and formatted user-imported data Directly on your frontend application. Helping you to access data directly.

Using Frontend Callback

{% hint style="info" %} Available from @impler/react@0.21.0 SDK. Not advisable to access imported data on the front end, if importing more than 10K records. {% endhint %}

Once the user completes importing the spreadsheet in the widget, you access imported data immediately on the frontend application.

Enable Frontend Callback Destination

Steps to enable frontend callback

  1. Open the Import and go to the Destination section.
  2. Enable Get Imported Data in Frontend.

Get Imported Data on Frontend

Once the destination is enabled Impler will start sending Imported data on the frontend.

To access we can use onDataImported method at #listening-for-events if using react or can check for aDATA_IMPORTED event as per #listening-to-events if using HTML & JavaScript.

{% include "../.gitbook/includes/your-feedback-is-crucial-in....md" %}