Re: Performance issue with Datagrid / last build download issue

2023-05-06 Thread Gabe Harbs
The job of InfiniteScroller is to tell you when the user scrolled down to the end of the list. What to do when you get to the end of the list is up to you. `the most common use case is to load paged data. You would need to keep track of whether you have more paged data to get. You’d probably

Re: Performance issue with Datagrid / last build download issue

2023-05-06 Thread Hugo Ferreira
I didn't quiet understand what this new head SmoothDataLoader does but I see that was created to work together with InfiniteScroller Harbs escreveu no dia quarta, 3/05/2023 à(s) 10:55: > I added js:SmoothDataLoader as well. > > The bead is expecting data as an array. It should be added using

Re: Performance issue with Datagrid / last build download issue

2023-05-06 Thread Hugo Ferreira
Hi, I thought that the new bead would be "magically" full automatic. Can you give an example (a very basic one) of the getMoreData method implementation ? Harbs escreveu no dia segunda, 1/05/2023 à(s) 17:14: > I added InfiniteScroller. > > You can use it like this: > > > > > > > > If the

Re: Mac M2 performance

2023-05-06 Thread Hugo Ferreira
My MacBook Pro from 2018 (16 GB RAM), takes almost 1 hour to compile everything. That's why (with the community explanation), I compile the most specific framework folder that I need and it takes less then a minute. Gabe Harbs escreveu no dia quinta, 4/05/2023 à(s) 08:57: > And the frameworks