Sorry if this question was already asked, but couldn't find it then.
I want to create a "parameter form" to get grid data. Each time the submit button is pressed, a GET request should be done. The difficulty is that I am using a ValuesManager component since the form is composed of various "fieldsets".
Is this possible?
I want to create a "parameter form" to get grid data. Each time the submit button is pressed, a GET request should be done. The difficulty is that I am using a ValuesManager component since the form is composed of various "fieldsets".
Is this possible?
Comment