Export all data after filtering with Scroller display buffer

Export all data after filtering with Scroller display buffer

pdringpdring Posts: 8Questions: 2Answers: 0

Hello,

I am using Scroller with a display buffer to load information progressively. If I use the filter for a specific term, it can return 400 entries but of course only a handful are displayed in the buffer and so only these are exported when I click my Excel button.

Is there a way to load all of the filtered entries when I click on the export button and return all 400 lines? I'd like to use the function elsewhere and so it would also be great to know where to find the variable that stores the references to the 400 entries.

Thanks :)

Answers

  • allanallan Posts: 61,663Questions: 1Answers: 10,095 Site admin

    Hi,

    Are you using server-side processing? If so, I'm afraid only the data that is known at the client-side will be exported (see this FAQ.

    Buttons is a client-side data exporter, so it can only export the data known at the client-side.

    Allan

This discussion has been closed.