@itpolsri/felis-silvestris-paging

1.0.0 • Public • Published

Silvestris Paging Client Library

How to use this ?

import {requestPage} from 'felis-silvestris-paging';

const htmlEltOpts = {
    pageElContainerId: '#page-el-container',
    tBodyId: '#tbody',
    pageElChildClassName: 'page-el-child'
}

requestPage('YOUR_SILVESTRIS_PAGING_ENDPOINT','SILVESTRIS_QUERY_STRING_NAME',
    SILVESTRIS_QUERY_STRING_VALUE,
    htmlEltOpts,
    err=>{
        console.error(err)
    }
)

example:

requestPage('http://localhost:8080/Paging/api.php','page',
    1,
    htmlEltOpts,
    err=>{
        console.error(err)
    }
)

Silvestris server written in PHP you can visit here

Readme

Keywords

none

Package Sidebar

Install

npm i @itpolsri/felis-silvestris-paging

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

3.91 kB

Total Files

3

Last publish

Collaborators

  • itpolsri