Replies: 1 comment 3 replies
-
|
Just thought of a work around, to avoid user's receiving the error. I can pass the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Preface
I was going to make a issue, but not sure if I should. So I brought it here. Also, the app_tables feature is amazing and speeds up my application considerably, so thank you!
Is your feature request related to a problem? Please describe.
Looking at the error and the traceback, below, it looks like _data_loader.py is making a new query on the table ascending by a given column. This issue occurs when the column is based off of a column of a linked column.
Example below "order" is a linked column and "rate" is a column of table "order".
Describe the solution you'd like
I would like sorters to work on linked columns.
Describe alternatives you've considered
I have attempted to make customer sorters, but it seams to fail because the default behavior of the app_table option is to re-query the table.
Additional context
I am considering making a PR for this issue
Yes. I would need to look at the code more to understand.
Beta Was this translation helpful? Give feedback.
All reactions