Plugin Directory

Changeset 3034060


Ignore:
Timestamp:
02/11/2024 12:45:34 AM (2 years ago)
Author:
sheetdb
Message:

lazy loading description corrected

Location:
sheetdb/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sheetdb/trunk/readme.txt

    r3034058 r3034060  
    66Tested up to: 6.4.3
    77Requires PHP: 5.4
    8 Stable tag: 1.2.2
     8Stable tag: 1.2.3
    99License: GPLv2 or later
    1010
     
    1818
    1919Example 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"]
    2121{{id}} - {{name}}
    2222[/sheetdb]
     
    2929* sort-by - The column you want to sort by
    3030* 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.
    3232
    3333Additional information:
  • sheetdb/trunk/sheetdb.php

    r3034058 r3034060  
    77Plugin name: SheetDB
    88Description: The SheetDB wordpress plugin allows you to easily add content from Google Spreadsheet to your wordpress site.
    9 Version: 1.2.2
     9Version: 1.2.3
    1010Author: SheetDB
    1111Author URI: https://sheetdb.io/
Note: See TracChangeset for help on using the changeset viewer.