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

support sorting by multiple columns? #54

Closed
liangqing opened this issue Jun 25, 2016 · 1 comment
Closed

support sorting by multiple columns? #54

liangqing opened this issue Jun 25, 2016 · 1 comment
Labels

Comments

@liangqing
Copy link

suppose we have three columns:

Country City Name
China Shanghai Zhang San
USA New York Jack
China Beijing Li Si
USA LA Rose
China Shanghai Wang Wu

sort it by "Country", and then "City", "Name", after the sort, the table becomes:

Country City Name
China Beijing Li Si
China Shanghai Wang Wu
China Shanghai Zhang San
USA LA Rose
USA New York Jack
@yesmeck
Copy link
Member

yesmeck commented Mar 20, 2018

rc-table don't have a built-in filter, you achieve it by define a custom title and filter the data on yourself.

@yesmeck yesmeck closed this as completed Mar 20, 2018
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