diff --git a/docs/blog/posts/release0-11-0.md b/docs/blog/posts/release0-11-0.md index 420af7ecb..2f80b5a71 100644 --- a/docs/blog/posts/release0-11-0.md +++ b/docs/blog/posts/release0-11-0.md @@ -3,7 +3,7 @@ draft: false date: 2023-02-15 categories: - Release -title: "version-0110" +title: "Textual 0.11.0 adds a beautiful Markdown widget" authors: - willmcgugan --- @@ -34,6 +34,8 @@ In future releases we plan on adding more Markdown extensions, and the ability t There has been a lot of work on the [DataTable](../../widgets/data_table.md) API. We've added the ability to sort the data, which required that we introduce the concept of row and column keys. You can now reference rows / columns / cells by their coordinate or by row / column key. +Additionally there are new [update_cell][textual.widgets.DataTable.update_cell] and [update_cell][textual.widgets.DataTable.update_cell_at] methods to update cells after the data has been populated. Future releases will have more methods to manipulate table data, which will make it a very general purpose (and powerful) widget. + ## Tree control The [Tree](../../api/tree.md) widget has grown a few methods to programmatically expand, collapse and toggle tree nodes.