-
| QuestionHow can I implement lazy loading for a table? I have a table with a large amount of data. Every time I start the app, it takes a long time to load, and it's very laggy when switching and scrolling. Code sampleNo response Error messageNo response ------------------------------------------------------
 | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            vindevoy
          
      
      
        Nov 22, 2023 
      
    
    Replies: 1 comment 1 reply
-
| Maybe by using some kind of paging tactic ? Load 20 records and the rest you get handling on_click events in buttons ? Just an idea. | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        600888
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Maybe by using some kind of paging tactic ? Load 20 records and the rest you get handling on_click events in buttons ? Just an idea.