Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.19 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.19 KB

Repeater

Iterates over a data source and renders content without any additional element.

Features

  • Render a data source content without any additional elements.
  • The widget will give you complete control of the styling and the rendering.
  • Suitable for the web, similar function to the Mendix native repeater widget.
  • For small data sets.

Please note that there is no pagination. The developer is responsible for sensible data sets.

Usage

  1. Place the widget on a page
  2. Select a data source
  3. Model the content
  4. Optional: provide the content when no items are in the data source
structure mode web html
widget structure mode web html

Demo project

https://testrepeaterweb-sandbox.mxapps.io/

Issues, suggestions and feature requests

https://github.com/ClevrSolutions/repeater-web