DataTables sends many query parameters to the server, and many of those parameters don't appear to be used. This patch deletes a handful of apparently unused parameters--there's probably more we can drop, but this will at least get URLs under the default 8k threshold.
Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.
DataTables sends many query parameters to the server, and many of those parameters don't appear to be used. This patch deletes a handful of apparently unused parameters--there's probably more we can drop, but this will at least get URLs under the default 8k threshold.
cc @cnelson @mogul
Resolves #167.