cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Translate the entire conversation x

Adding a String value as a column in Custom table Builder

Rohaan
14-Alexandrite

Adding a String value as a column in Custom table Builder

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
ACCEPTED SOLUTION

Accepted Solutions
HelesicPetr
22-Sapphire II
(To:Rohaan)

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

View solution in original post

2 REPLIES 2
HelesicPetr
22-Sapphire II
(To:Rohaan)

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

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.

Announcements
Top Tags