Populating a table with data

There are three ways to populate a table with data:

Note

In each case, you must map callback response fields to table columns.

  • Use the container form data initializer callback.

  • Invoke any custom callback.
    For example, you can do this with a button On click data operation.
  • Retrieve data from a paginated custom callback.
    If you choose this method, the Searchable column ID property for the table is not available. If you want to allow a search, you can use an input element, and map it to the callback request.
    The UI uses infinite scroll: as the user scrolls to the end of the currently loaded data, the UI requests the next page from your callback handler.
    1. In the Pagination section of the table Properties tab, select a callback.
      Only callbacks with pagination configured are avaiable for selection.
    2. Specify the page size for the paginated callback.

    3. Map the callback request and response payloads, as required.