Overview
"Dynamic" in the name of the category of these modules refers to the possibility of using dynamic data inside the modules. We have these dynamic modules:
- Collection
- Component
- Dynamic List
- Dynamic Ordered List
- Pagination
Collection
The main purpose of Collection module is to display a set of similar items / an array of data. In other builders similar module/block might be called "repeater" or "query blocks". Read more of how to use it.
Component
This module allows inserting components.
Dynamic List
This module allows creating an unordered list from arbitrary dynamic data. Essentially, this is the same as Collection module, but with <ul> wrapper. Read more of how to use it.
Dynamic Ordered List
This module allows creating an unordered list from arbitrary dynamic data. Essentially, this is the same as Collection module, but with <ol> wrapper. Read more of how to use it.
Pagination
This module allows creating pagination for the Collection module. Read more of how to use it.