Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upcreating a dsl ordering var from String parameters #1322
Comments
This comment has been minimized.
|
See #1311 for someone's example of how they are doing dynamic ordering. You can also use the |
sgrif
closed this
Nov 30, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
greenpdx commentedNov 30, 2017
I want to dynamically create an ordering var that I would be able to submit as a query. I am using Postgres and have created a view for a join of two tables. So far so good. I am using jsonrpc-http-server with r2d2 to a Vue frontend. My goal is to create an virtual datatable in vue with sorting.
I can sort locally in the browser, but I want new data from the server to be sorted
Hard coding the ordering works fine. I want to create a dynamic ordering. This will also help me work with other parameters passing. The parts that may be of use are commented out now.
I would like to also help, but my rust is not that good
Setup
Versions
Feature Flags
Problem Description
What are you trying to accomplish?
What is the expected output?
What is the actual output?
Are you seeing any additional errors?
Steps to reproduce
Checklist