Table View Indicator Icons - tsgrp/HPI GitHub Wiki

This page is being moved to the alfresco documentation

In table view, it's possible to place icons in the table based on result data. This can be useful to display extra information to the user at a glance.

Configuring table view

Before configuring the icons, first configure table view to include the correct columns for each type you're displaying ot the user.

Configuring Table View Icons

In table view config, expand the type you would like to apply icons to. Go to the indicator icons section and add the icon. The various sections are described below:

  • Show - type in the glyphicon name here
  • next to - select the attribute you want the icon to appear next to in the table
  • if - this section allows you to control when the icon appears
    • Choose Attribute - select an attribute in the table
    • operator - the following operators are available:
      • Matches - show the icon if the attribute matches a given regular expression
      • Equals - show the icon if the attribute equals a given value
      • Exists - show the icon if the attribute is not null or blank
    • Regex or value - if you're using Matches or Equals, type the regular expression or value here
  • Hover Text - optional hover text for the icon when it appears