Content Management and Capture

Content Management and Capture

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  Row color depending on cell value

    Posted 02/16/21 06:06 PM

    Hello,

    I have a question from my users.

    When they search documents via ICN, they want to display each row with a different color depending on the value of the "Status" column.

    For example, if the field Status on the row says "finished", then the row should with a background color or green.

    If the status is "To be deleted", then the color should be red

    If the status is "New Document", then the color should be "blue".

    If the status is "..." then the color should be "...".

    Is there anyone who has an idea on how to do that?

    Thank you in advance!

    Regards,

    Alessandro



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 2.  RE: Row color depending on cell value

    Posted 02/21/21 09:49 AM

    Dear Alessandro,

    you can use "decorator" to override the color or html each row,

    you can put your terms on the JS file of the decorator.

    for sample example you can search decorator on the redbook



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration