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

Ignore case in sorts options #73

Closed
fedotxxl opened this issue Aug 22, 2016 · 3 comments
Closed

Ignore case in sorts options #73

fedotxxl opened this issue Aug 22, 2016 · 3 comments
Labels

Comments

@fedotxxl
Copy link

I've got curator.fullName field and map sort result to URL with format CURATOR.FULLNAME_DESC. On page load I read this value and configure sorts option and it doesn't work because data-table is case sensitive. Can you ignore case?

@amcdnl
Copy link
Contributor

amcdnl commented Aug 22, 2016

Personally, I don't think ignoring case is a good idea. does it not working if you do:

{ name: 'Full Name', prop: 'CURATOR.FULLNAME_DESC' } 

@amcdnl
Copy link
Contributor

amcdnl commented Aug 23, 2016

Does this answer your question? @fedotxxl

@fedotxxl
Copy link
Author

yes, you might be right....

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

No branches or pull requests

2 participants