│ │
│ 739 │ def on_mount(self): ╭────── locals ──────╮ │
│ 740 │ │ self.cur_total_rows = len(self._display_dt) │ self = DtBrowser() │ │
│ 741 │ │ self.total_rows = len(self._original_dt) ╰────────────────────╯ │
│ ❱ 742 │ │ self._row_detail.row_df = self._display_dt[0] │
│ 743 │ │ if self.removed_cols: │
│ 744 │ │ │ err_str = ", ".join(f"{k}: {v}" for k, v in self.removed_cols.items()) │
│ 745 │ │ │ self.notify(