Page 1 of 1

Doubts about filter data with parameters panel

Posted: Tue Apr 12, 2016 7:36 pm
by felipemoreira
Hi.

Based on "Parameters Selecting Country" example, when data is stored on database in this case, if i click on submit button, another call to my server side adapter with those parameters will occur or those parameters filter only data that already are on memory ?

I have same doubt about data that has a source json file. The filter is applied only data has already on memory or call source json data file again but with selected parameters?

These doubts are crucial to buy or not your Js solution.


Thanks again for the quick replies!

Re: Doubts about filter data with parameters panel

Posted: Wed Apr 13, 2016 1:53 pm
by Alex K.
Hello,
call source json data file again but with selected parameters
Yes, after Submit button click data sources are reconnected with selected parameters.

Thank you.