In a table, with css, I want to display the text of the first cell on several adjacent cells like the image below :
thanks in advance for your help
with this css the text has been clipped, but this is not what I wanted
td
{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}