We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c02345 commit a9f6955Copy full SHA for a9f6955
bigframes/display/anywidget.py
@@ -86,8 +86,8 @@ def __init__(self, dataframe: bigframes.dataframe.DataFrame):
86
# Use total_rwos from batches directly
87
self.row_count = self._batches.total_rows or 0
88
89
- # Set page_size after _batches is initialized so observers have
90
- # 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
91
self.page_size = initial_page_size
92
93
# Generates the initial HTML table content
0 commit comments