<td> ...</td>
...
...
...
<td class="is-sticky">...</td> <-- want to apply style here
<td class="is-sticky">...</td> <-- no styles here
In the above code. Probably there are multiple sticky columns after the first one. But the style i want to add is only for the first column.