Changeset 2255955
- Timestamp:
- 03/07/2020 02:21:43 AM (6 years ago)
- File:
-
- 1 edited
-
sheetdb/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sheetdb/trunk/readme.txt
r2255953 r2255955 38 38 == Re-use == 39 39 40 If you want to re-use the data, you can use the `save` attribute in your [sheetdb] elements. To re-use your data use [sheetdb-slot]. You can use the same data inside as in the parent40 If you want to re-use your data, you can use the `save` attribute in your [sheetdb] element. To re-use your data use [sheetdb-slot]. You can use the same data inside as in the parent. To mach them value of save and slot must be the same. 41 41 42 42 Example: … … 46 46 [sheetdb-slot slot="slot-name"]{{ name }}[/sheetdb-slot] 47 47 48 That way, you only use 1 request instead of 2. Slots have access to the same data as the parent. You can't change things like limit or search. You need the next request to do that.48 That way, you only use 1 request instead of 2. Slots have access to the same data as the parent. You can't change things like limit or search. 49 49 50 50 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.