Hi,
Thanks for the amazing library btw :)
Is it possible to get the search, sort, page number and row count values using jquery so that those values can be used to generate links to other pages.
As an example:
http://jsfiddle.net/ywex21m3/1/
You can see here that I'm using a work around to get the search string back from the input box and then also the page numbers from the html code. It would be easier if these can just be referenced directly but I've not found a way to do this.
Thanks