# Current state and the future of PrettyTables.jl

**URL:** https://discourse.julialang.org/t/current-state-and-the-future-of-prettytables-jl/118455
**Category:** Package Announcements
**Tags:** prettytables
**Created:** [August 21, 2024, 2:18pm UTC](https://discourse.julialang.org/t/current-state-and-the-future-of-prettytables-jl/118455 "2024-08-21T14:18:22Z")
**Posts on this page:** 1
**Showing post:** 27

<div class="post-metadata">

### Author: ![Ronis\_BR](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ronis_br/32/50999_2.png) [@Ronis\_BR](https://discourse.julialang.org/u/Ronis_BR)
#### Post date: [August 27, 2024, 8:40pm UTC](https://discourse.julialang.org/t/current-state-and-the-future-of-prettytables-jl/118455/27 "2024-08-27T20:40:43Z")

</div>

@fabgrei

And now we have row group labels:

 ![Captura de Tela 2024-08-27 às 17.39.29](https://global.discourse-cdn.com/julialang/original/3X/1/b/1b3e083f72193cfc7027113886ceedd82e15eb20.png)

The API is a `Vector{Pair{String, String}}` with the line where the group begin together with the label, for example:

```julia
row_group_labels = [
    1 => "First Set",
    4 => "Second Set",
    7 => "Third Set"
]

```

---

_[View the full topic](https://discourse.julialang.org/t/current-state-and-the-future-of-prettytables-jl/118455)._
