Question
The issue about Custom TableBuilder
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0
Hello! I'm encountering an issue during development.
I'm using TableBuilder to create a table where one column displays radio buttons and another column shows text input fields for user input. However, when the table exceeds a few hundred rows, the selected radio buttons and input text disappear after scrolling. I suspect this is caused by Ext.js re-rendering the table and not preserving the modified states of the radio buttons and input fields, but I’m unsure how to fix this.
If you’ve faced similar issues or have a solution, I’d greatly appreciate your advice. Thank you!
Hello! I'm encountering an issue during development.
I'm using TableBuilder to create a table where one column displays radio buttons and another column shows text input fields for user input. However, when the table exceeds a few hundred rows, the selected radio buttons and input text disappear after scrolling. I suspect this is caused by Ext.js re-rendering the table and not preserving the modified states of the radio buttons and input fields, but I’m unsure how to fix this.
If you’ve faced similar issues or have a solution, I’d greatly appreciate your advice. Thank you!

