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

Add attribute sortType to support server-side (remote) sorting. #1911

Open
wants to merge 1 commit into
base: dev-master
Choose a base branch
from

Conversation

jafl
Copy link
Contributor

@jafl jafl commented Jul 18, 2014

When sortType is "remote," the sort event is fired and the column states are updated, but it is up to the client to call the server with the correct request to retrieve the sorted data.

When sortType is "local", the behavior is unchanged from what it originally did.

…sortType is "remote," the sort event is fired and the column states are updated, but it is up to the client to call the server with the correct request to retrieve the sorted data.
@yahoocla
Copy link

CLA is valid!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants