Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support to multiple set param on javascript #25

Open
joubertredrat opened this issue Oct 18, 2016 · 0 comments
Open

Support to multiple set param on javascript #25

joubertredrat opened this issue Oct 18, 2016 · 0 comments

Comments

@joubertredrat
Copy link
Contributor

Today we set param for ajax as below

$('#table').setRequestParam('param1', value1);
$('#table').setRequestParam('param2', value2);
$('#table').setRequestParam('param3', value3);

But is good idea if is possible to set multiple param, as below

array.param1 = value1;
array.param2 = value2;
array.param3 = value3;
$('#table').setMultipleRequestParam(array);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant