Skip to main content
12-Amethyst
February 5, 2024
Solved

Select all rows in MVC table on table load

  • February 5, 2024
  • 1 reply
  • 825 views

Hi 

 

Does anybody know how to perform select all rows in a custom MVC table using JS from backend?

I have a custom table and I require to select all the rows in the table on a specific condition when the table completes loading. I have the table included in my jsp using <jsp:include>

 

Thanks

Best answer by MV_10441462

Achieved the requirement using setPreSelectableColumn and hooking a datautility.

https://www.ptc.com/en/support/article/CS344432 

1 reply

MV_1044146212-AmethystAuthorAnswer
12-Amethyst
February 20, 2024

Achieved the requirement using setPreSelectableColumn and hooking a datautility.

https://www.ptc.com/en/support/article/CS344432