Configuring AdapTable No Code

Summary

  • The No Code Wizard can be configured so that developers are able to provide custom data adapters
  • This provides unlimited flexibilty over where the data is dynamically generated

By default the first Step in the No Code Wizard enables users to drag and drop JSON and Excel files.

However, this can be overridden so that a custom data source step is provided.

Deep Dive

Customising the No Code Wizard

AdapTable No Code Data Source
Fork
  • This demo overrides the default First Step of the No Code Wizard with a Custom Step which provides 2 Data Sources to select from
  • Both data sources, when selected, provide Column Defs for the second Wizard step (which is standard) but there is one interesting difference how these are derived:
    • Cars - the data source contains column definitions which are simply extracted when it is selected
    • Athletes - the data source doesn't contain definitions so these are dynamically generated

Expand to see how the first step of the No Code Wizard was created

Try It Out
  • Select a Data Source and see how it populates the next step of the Wizard (Columns)