Sorting a table using virtual forms
Hi, I recently ra into a problem using a table and virtual forms. I some components on a page, split into two virtual forms. Two required textboxes and a button in a virtual form, and two buttons in another virtual form.
Everything works fine, I can press the two buttons that are part of the virtual form and my textboxes are not submitted, and are not validated, and they are validated when i press the button within their virtual form.
So far so good. The problem is I have a table in this page and it has sorted columns, and when i try to sort this columns, the textboxes are submitted. How can I avoid that? Is there a way to make a table be within a vritual form? Any workarounds? Thanks

