PM
Size: a a a
PM
IN
X
SG
V
DN
[ref, paginationOptions
]<main>
<div ref={ref} style={{display:'block', background:'red'}}>Some</div>
</main>
const limit = params['users_on_page'];
const offset = limit * (params['current_page'] - 1);
const url = `/users?limit=${limit}&offset=${offset}`;
const promise = await this.getSource(url, params);
A
PM
A
V
[ref, paginationOptions
]X
<main>
<div ref={ref} style={{display:'block', background:'red'}}>Some</div>
</main>
const limit = params['users_on_page'];
const offset = limit * (params['current_page'] - 1);
const url = `/users?limit=${limit}&offset=${offset}`;
const promise = await this.getSource(url, params);
V
PM
PM
V
V
X
A
DN
X