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

Extend & allow sorting by column name; orderby=”column_name” #48

Open
r-brown opened this issue Oct 1, 2020 · 3 comments
Open

Extend & allow sorting by column name; orderby=”column_name” #48

r-brown opened this issue Oct 1, 2020 · 3 comments
Labels
enhancement hacktoberfest Hacktoberfest ready issue

Comments

@r-brown
Copy link
Member

r-brown commented Oct 1, 2020

Allow sortby=”column_name” (incl. asc/desc)
where column_name is one of the columns visible

@r-brown r-brown added enhancement hacktoberfest Hacktoberfest ready issue labels Oct 1, 2020
@RageZBla
Copy link

RageZBla commented Oct 1, 2020

I will try to work on this.

@RageZBla
Copy link

RageZBla commented Oct 1, 2020

@r-brown actually, I may need a bit of help. Where exactly do you want to add this attribute? On the other hand how do you want to encode asc/desc?

@r-brown
Copy link
Member Author

r-brown commented Oct 1, 2020

Hi @RageZBla this issues continues #46 which added already following two attributes to the credit_tracker_table shortcode

[credit_tracker_table orderby="date" order="desc"]

With this issue, we are going to extend orderby attribute by the columns: ident_nr, source, copyright, author, publisher, license, link

@r-brown r-brown changed the title Allow sortby=”column_name” Extend & allow sorting by column name; orderby=”column_name” Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement hacktoberfest Hacktoberfest ready issue
Development

No branches or pull requests

2 participants