Merge Multiple rows in Dash Datatable

Hello Everyone,
Suppose i have a dataframe which I am making by hitting an sql query .
Now, I have a column which has multiple entries of the same thing and corresponding to this column, other column has different values.

Can i merge the rows of this particular column only in dash datatable.

Something like this :
Screenshot_7

Just like how in the above example ‘John’ is merged. I wanna do that in dash datatable.
Is their a way to do so ?

Hi @Lucifer

This isn’t possible in DataTable, but you can do it using AG Grid

1 Like