Set Css Style On First Row Of The Table On Case First Row Has Rowspan
I have many table, want to set css style on first row of the table on case first row has rowspan. As A Row
I need your help, if the following code below counts every …
How To Make A Transition Effect Up The Input On Change
I need to place this particular effect on a dropdown I need…
Some Questions About Tree Construction [html Spec]
I know that it's not customary to ask a bunch of questi…
Name
Solution 1:You can set it in Javascript background using: nth-child(-n+${rowspan}) Eg.
Solution 2:I don't think this is possible with CSS. You have to dynamically add the styles to the cells depending on the row-span. Here I am assuming that you can have row-span only on the 1st cell of tbody.
|
Post a Comment for "Set Css Style On First Row Of The Table On Case First Row Has Rowspan"