Skip to main content
14-Alexandrite
March 25, 2025
Solved

Adding a String value as a column in Custom table Builder

  • March 25, 2025
  • 2 replies
  • 544 views

Hello,

 

I have a resulting String with values and need to be shown as a second column in custom table builder

 

for example below, I have a first column with IBA's for my WTPart and in second column need to fetch resulting values with some calculations in

code via buidComponentData and display "NValue" column in the table

 

Can anyone assist me with this

 

Nutrient NValue

Energy363 kcal
Total Fat35.3 g
Saturated Fat18.2 g
Carbohydrates21.0 g
Sugars0.9 g
Protein1.3 g
Sodium806 mg
Best answer by HelesicPetr

Hi @Rohaan 

The Windchill use MVC tables

You define the table columns in the method buildComponentConfig(ComponentParams params)

 Converting an Existing Table Implementation to MVC

Hope this can help you how to create own custom table


PetrH

2 replies

HelesicPetr
22-Sapphire II
22-Sapphire II
March 25, 2025

Hi @Rohaan 

The Windchill use MVC tables

You define the table columns in the method buildComponentConfig(ComponentParams params)

 Converting an Existing Table Implementation to MVC

Hope this can help you how to create own custom table


PetrH

Community Moderator
April 2, 2025

Hello @Rohaan

 

It looks like you have a response from our community champion. If it helped to answer your question please mark the reply as the Accepted Solution. 

Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.

Thanks,
Vivek N.
Community Moderation Team.