Skip to content

Commit

Permalink
fix add_column
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jun 17, 2024
1 parent 0d78a58 commit 4f5a8ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/textual/widgets/_data_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -1540,6 +1540,7 @@ def add_column(
self._updated_cells.add(CellKey(row_key, column_key))

self._require_update_dimensions = True
self._update_count += 1
self.check_idle()

return column_key
Expand Down

0 comments on commit 4f5a8ae

Please sign in to comment.