wootapa / watable

A jQuery table plugin with sorting, paging, filtering.
https://oweitman.github.io/watable/doc/index.html
MIT License
293 stars 101 forks source link

Added newUrlData parameter for update method #12

Closed Stefanbracke closed 10 years ago

Stefanbracke commented 10 years ago

A fourth parameter allows the developer to use a new set of urldata to be used for the update method. Practical applications are: passing a timestamped hash to verify client identity, retrieve a new, pre-filtered dataset from the server and so on...

wootapa commented 10 years ago

Hi Nimitz. Pull requests goes to dev bransch as README says. Also consider if myWATable.option('url', '/newurl').update() is what you're after.