How to handle large data downloads with using ui.table? #5941
Unanswered
wasabismile
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
The WebSocket limits how big of an update can be delivered to the browser via the NiceGUI underlying messaging system. However, you can circumvent by:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Example Code
Description
I am trying to download data from a table using the get_filtered_sorted_rows method. However, when the dataset exceeds a certain size, an error occurs indicating that the payload is too large for WebSocket transmission. Could you advise how to resolve this issue, or suggest alternative approaches for handling large data downloads?
NiceGUI Version
3.6.1
Python Version
3.11
Browser
Chrome
Operating System
Windows
Additional Context
Beta Was this translation helpful? Give feedback.
All reactions