-
if you're doing a progressive load , options as follows: self.tabulator.options = {
"app_table": app_tables.my_table,
"height" 400,
"pagination": False,
"progressive_load": "load", # enable progressive loading
"progressive_load_delay": 200, # wait 200 milliseconds between each request Is there a way to tell when that progressive load is complete? |
Beta Was this translation helpful? Give feedback.
Answered by
s-cork
Mar 16, 2023
Replies: 1 comment 5 replies
-
I don't know if you can - there doesn't seem to be an event triggered by tabulator to signal this what's the use case? |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
lewysigns
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't know if you can - there doesn't seem to be an event triggered by tabulator to signal this
what's the use case?