loadNext

Description

Loads the subsequent records in a dataset after loadData function was run.

Input / Parameter

Output

Callback?

beforeCallback

The function to be executed if the subsequent records are loaded successfully.

Video

Coming Soon.

Example

The user wants to load the next of the data after a specific number of the data are loaded from dataset "l_customer".

Step

  1. Add a console for display the value"load next called".

  2. Call the function "loadNext" and define the dataset. dataset: l_customer

Result

( When you call the function "loadNext", the rest of the data will be display it continuously. )

Last updated