AN alternate to pagination is infinite scrolling which we have here:
http://royale.apache.org/asdoc/#!org.apache.royale.html.beads/InfiniteVScroller

Basically, you listen to the scrollEnd event and load more content. Make sure 
you append to the dataProvider rather than replace it…

> On Sep 28, 2021, at 3:31 PM, Roman Isitua <[email protected]> wrote:
> 
> 
> I intend to fetch data from a table with a huge number of records. Is there 
> support for data pagination in a material design table ?
> 
>  Also do I need to write some extra code for the remote object ?
> 
> 
> 
> Regards,
> 
> Roman.
> 
> On Mon, Sep 13, 2021 at 10:51 AM Roman Isitua <[email protected] 
> <mailto:[email protected]>> wrote:
> Okay.
> 
> 
> On Mon, 13 Sep 2021, 10:31 Harbs, <[email protected] 
> <mailto:[email protected]>> wrote:
> It’s not built by or published to Maven. You can include a SWC in any project.
> 
>> On Sep 13, 2021, at 11:41 AM, Roman Isitua <[email protected] 
>> <mailto:[email protected]>> wrote:
>> 
>> Thanks for sharing Harbs.
>> This is another impressive ui library.
>> 
>> 
>> Just one observation. It appears not to have support for maven. Is this 
>> correct ?
>> 
>> 
>> Regards,
>> 
>> 
>> 
>> On Mon, 13 Sep 2021, 08:49 Harbs, <[email protected] 
>> <mailto:[email protected]>> wrote:
>> https://github.com/unhurdle/spectrum-royale 
>> <https://github.com/unhurdle/spectrum-royale>
>> https://unhurdle.github.io/spectrum-royale/ 
>> <https://unhurdle.github.io/spectrum-royale/>
>> 
>>> On Sep 13, 2021, at 10:22 AM, Piotr Zarzycki <[email protected] 
>>> <mailto:[email protected]>> wrote:
>>> 
>>> Harbs I believe you have some links and examples - you did that 
>>> implementation - I'm just mentioning that cause it could be a good addition 
>>> for evaluation for you. ;) 
>>> 
>> 
> 

Reply via email to