Community login and other support tools will be unavailable Saturday May 3rd 9:00 am to 3:00 pm (EST) due to planned maintenance. Learn More
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
Solved! Go to Solution.
Achieved the requirement using setPreSelectableColumn and hooking a datautility.
Achieved the requirement using setPreSelectableColumn and hooking a datautility.