Hi @protondrop,
Hope you’re having a good day 🙂
In EA data table, you can give an unique class or id name in each cell. Then you can style according to your requirements using that unique class or id. Here is a demonstration for you : https://d.pr/v/inr3P3
Let me know how it goes. Thank you !
Thanks so much for the video, that was super helpful 🙂
The classes work perfectly for cells in odd rows, but I can’t seem to get them to work in even rows, even though the background is clear. I’ve tried it in multiple tables. Do you know why this may be?
Hi @protondrop;
In this case, you can try adding !important after the style. See the example below:
.class_name { background-color: #c2f4f4 !important; }
Let me know if it does the trick or not. Thank you ! 🙂
-
This reply was modified 5 years, 6 months ago by
Nahid Hasan.
Yes, it’s working as intended now.
Thanks again for all the help!