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

Unable to use sortBy option for joining table with use of clause #1751

Open
shahulul1 opened this issue Feb 16, 2024 · 1 comment
Open

Unable to use sortBy option for joining table with use of clause #1751

shahulul1 opened this issue Feb 16, 2024 · 1 comment

Comments

@shahulul1
Copy link

I have table 1 and table 2. I have joined them through id. I am currently showing table 1 data in list. I need to sort those data based on end_date on table 2. How I can achive that ? Have tried with Q.on("table2",Q.sortBy("end_date",Q.asc)), but it is not working

@suman379
Copy link

same requirement

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

No branches or pull requests

2 participants