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 :
Just like how in the above example ‘John’ is merged. I wanna do that in dash datatable.
Is their a way to do so ?