Changeset 3034060
- Timestamp:
- 02/11/2024 12:45:34 AM (2 years ago)
- Location:
- sheetdb/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
sheetdb.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sheetdb/trunk/readme.txt
r3034058 r3034060 6 6 Tested up to: 6.4.3 7 7 Requires PHP: 5.4 8 Stable tag: 1.2. 28 Stable tag: 1.2.3 9 9 License: GPLv2 or later 10 10 … … 18 18 19 19 Example code: 20 [sheetdb url="https://sheetdb.io/api/v1/58f61be4dda40" element="ul" limit=3 search="id=*" sort-by="id" sort-order="desc" ]20 [sheetdb url="https://sheetdb.io/api/v1/58f61be4dda40" element="ul" limit=3 search="id=*" sort-by="id" sort-order="desc" lazy-loading="true"] 21 21 {{id}} - {{name}} 22 22 [/sheetdb] … … 29 29 * sort-by - The column you want to sort by 30 30 * sort-order - sort in `asc` or `desc` order 31 * lazy-loading - If you add this attribute , the api call will be executed only when the user reaches the point of the table. If your table is lower on the page this can help reduce request consumption.31 * lazy-loading - If you add this attribute to true, the api call will be executed only when the user reaches the point of the table. If your table is lower on the page this can help reduce request consumption. 32 32 33 33 Additional information: -
sheetdb/trunk/sheetdb.php
r3034058 r3034060 7 7 Plugin name: SheetDB 8 8 Description: The SheetDB wordpress plugin allows you to easily add content from Google Spreadsheet to your wordpress site. 9 Version: 1.2. 29 Version: 1.2.3 10 10 Author: SheetDB 11 11 Author URI: https://sheetdb.io/
Note: See TracChangeset
for help on using the changeset viewer.