Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
145
Removing table row hover
posted

Is there a way to remove the hover interaction from table rows? They turn a light grey, and i don't want them to change color at all.

Parents
No Data
Reply
  • 300
    Verified Answer
    Offline posted

    Hi!

    Unfortunately, the hover interaction on table rows cannot be removed. If you do not have interactions defined on your table, you could add a transparent element on top (such as a container or rectangle). In this way the transparent element will be hovered instead of the table, therefore the light gray background will not be displayed on the table.

    If you do have interactions defined on your table or you need more control over the table structure or formatting, we suggest using a repeater control instead.

    Here you can find an example of a table created with two repeater controls: https://indigodesigned.com/share/y5tr6pgkf6pw

    To view the sample you can download the .library and import it to an Indigo project. (for more information on screenpart libraries, please visit: http://indigo.infragistics.com/help/managing-screenpart-libraries.html)

    In the sample, if you want to add new columns you can add an item to the repeater. To add/format rows, you can edit the repeater template and modify the column structure.

    I hope this helps!

    Please let us know if you have any other question.

    Regards,

    Helena

    Indigo Studio Team

Children
No Data