I'm facing a scenario where my HTML table contains duplicate data in a particular column, as illustrated below
I am looking to automatically merge the cells of rows in the HTML table if the data in them is identical, similar to the table displayed below
While I have been successful in manually specifying the number of cells to span, I am seeking a way to achieve this dynamically