We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4131a commit 61d2435Copy full SHA for 61d2435
bigframes/display/anywidget.py
@@ -85,8 +85,8 @@ def __init__(self, dataframe: bigframes.dataframe.DataFrame):
85
# Use total_rwos from batches directly
86
self.row_count = self._batches.total_rows or 0
87
88
- # Set page_size after _batches is initialized so observers have
89
- # access to batch data
+ # Set page_size after _batches is available since traitlets observers
+ # may depend on _batches being initialized when the change trigger happens
90
self.page_size = initial_page_size
91
92
# Generates the initial HTML table content
0 commit comments