Basic Customization > User Interface Customization > Presenting Information in the UI > Creating Custom Graphical Representations > Procedure – Supporting Graphical Attributes in a Configurable Table
  
Procedure – Supporting Graphical Attributes in a Configurable Table
Most tables in the Windchill UI are configurable tables and support graphical attributes automatically out of the box with no additional work required.
Any table that implements the ConfigurableTableBuilder interface (generally done by extending AbstractConfigurableTableBuilder) is a configurable table.
See Graphical Attributes Example Configurable Table for details on a provided example of a configurable table.