• Resolved protondrop

    (@protondrop)


    Hi! I was wondering if it’s possible to change colors of individual cells in Data Tables. I tried using <td style>, but this created an additional cell. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Nahid Hasan

    (@tushar284)

    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 !

    Thread Starter protondrop

    (@protondrop)

    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?

    Plugin Support Nahid Hasan

    (@tushar284)

    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 ! ??

    Thread Starter protondrop

    (@protondrop)

    Yes, it’s working as intended now.

    Thanks again for all the help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Data Table Change Cell Color’ is closed to new replies.