Filterdropdown with a big gallery stucks / page unresponsive

  • Filterdropdown with a big gallery stucks / page unresponsive

    Posted by DSC Communities on October 26, 2022 at 5:31 am
    • Fabian Heil

      Member

      October 26, 2022 at 5:31 AM

      I haveĀ  big gallery with 500 items.
      I collect them when loading the screen and use it in the Gallery Items.

      Within the gallery items, i have also 1 search field and 2 filter dropdowns.
      This is how it looks like.

      When filtering, the whole app stucks and sometimes it gets unresponsive.
      I think the problem is, that the gallery is showing all 500 items at the time.
      Is it possible to limit the shown items to 100 and when you scroll to the bottom it shows the next 100?

      ——————————
      Fabian Heil
      ——————————

    • Warren Belz

      Member

      November 10, 2022 at 8:56 PM

      ,
      A couple of things – firstly please post your code in Text? as the below is OCRd so watch spelling.

      With(
         {
            records:
            Filter(
               colxxxxxx,
               (
                  IsBlank(varProjektFilter) || 
                  BeschƤftigungsprojekt = varProjektFilter
               ) &&
               (
                  IsBlank(varStatusFilter) || 
                  'Status - Urlaubsplan' = varStatusFilter
               ) && 
               (
                  Len(inpSearchMitarbeiterPRD.Text) = 0 ||
                  inpSearchMitarbeiterPRD.Text in creda_nachname
               )
            )
         },
         ForAll(
            Sequence(CountRows(records)),
            Patch(
               Last(
                  FirstN(
                     records,
                     Value
                  )
               ),
               {rowNumber: Value}
            )
         )
      )?

      Also you are filtering on Variable rather than directly on the drop-downs, so there is another process before the filter starts. As well I have combined all the functions into a Filter rather than Search happening afterwards.

      ——————————
      Warren Belz
      Queensland Australia
      ——————————
      ——————————————-

    DSC Communities replied 3 years, 5 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

The discussion ‘Filterdropdown with a big gallery stucks / page unresponsive’ is closed to new replies.

Start of Discussion
0 of 0 replies June 2018
Now

Welcome to our new site!

Here you will find a wealth of information created for peopleĀ  that are on a mission to redefine business models with cloud techinologies, AI, automation, low code / no code applications, data, security & more to compete in the Acceleration Economy!