jQWidgets Forums

jQuery UI Widgets Forums Grid GET Pram Question

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • GET Pram Question #31463

    DavidSimmons
    Participant

    I am trying to find a way to pass the sort and filter information to a url on a button click. Currently this takes place on a sort or filter action, but I am trying to build a pdf report that makes uses of the current sort and filter information.

    It would be great if I could just pass a new GET Pram like a $_GET[‘REPORT’] button that would pass just like $_ GET switch like $_GET[ ‘sortdatafield’ ] or $_GET[ ‘filters count’ ] . Then I could test for the $_GET[‘REPORT’] pram and do my report testing for the current sort or filter information.

    Is there anyway to do something like this?

    GET Pram Question #31484

    Peter Stoev
    Keymaster

    Hi David,

    For passing params to your server with custom Ajax calls, you may use the jQuery Ajax function’s “data” member – http://api.jquery.com/jQuery.ajax/. The passed Object must be Key/Value pairs.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.