Creating my own class for cell
-
Hi, I love TablePress and using it a lot.
There are some cases that I would like to draw diagonal cross lines in table press.
I would like to set class=”diagonalCross” to td and sometimes to th. How can I do that for TablePress?I would appreciate if anyone could help me.
I’m going to use CodePen’s example to draw diagonal cross lines.
.diagonalCross2 { background: linear-gradient(to top right, #fff calc(50% - 1px), black , #fff calc(50% + 1px) ) }
Best regards,
Junji
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Creating my own class for cell’ is closed to new replies.