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

option to disable the sorting on the filter. #237

Closed
MHL3060 opened this issue Sep 17, 2015 · 1 comment
Closed

option to disable the sorting on the filter. #237

MHL3060 opened this issue Sep 17, 2015 · 1 comment

Comments

@MHL3060
Copy link

MHL3060 commented Sep 17, 2015

Currently for the text search filter, if you enter some text and hit enter, it does two things.

1). it filters the data based on the entered text.
2). it sort by this column.

It looks like only for the text search filter. other filter seems preserve the sorting column position.

to reproduce.

go to http://yadcf-showcase.appspot.com/DOM_source.html

1). click "Customer" column so it sort the customer column alphabetically.
2). enter "a_values" into "Values" search box and hit enter.
3). now the sorting is based on the "Values" column instead of my original column "Customer"

This behaviour doesn't observe for the drop down filter or other filters.

it would be nice to provide an option to disable the sorting the column by hitting the enter.

@vedmack
Copy link
Owner

vedmack commented Sep 17, 2015

duplicate of #233 (funny that this two issues were opened almost one after the other)

@vedmack vedmack closed this as completed Sep 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants