Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
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.
