-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
Issue sorting Tables #1018
Comments
Looks like sorting by I just now realized that sorting by
This issue is caused by # Snippet from models.py
@property
def sql_link(self):
return '<a href="{}">SQL</a>'.format(self.sql_url) I guess the fix would be to sort by |
Several other sorts affected by the same issue: |
* initial * tests added,1 typing issue present * remove log * remove color * remove duplicate tooltip * Update plugins/plugin-chart-echarts/src/Tree/transformProps.ts Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com> * clean * merge * optional name column,more tests... * bug fix * remove unused imports * lint * bug fix * tying fix * clean,typing fix * stories added * optional metric control * bigger thumbnail * optional root node name * storybokk updated * children list seperated instead of mutating data,if root node not provided defaault it to node with most children * remove logs,optimization needed * find best node if root not provided,use seperate children list to avoid issues if column name is children * remove unused import * type fix * Update transformProps.ts * Update debugging.md * better todo * updated radio button with new signature Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
* initial * tests added,1 typing issue present * remove log * remove color * remove duplicate tooltip * Update plugins/plugin-chart-echarts/src/Tree/transformProps.ts Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com> * clean * merge * optional name column,more tests... * bug fix * remove unused imports * lint * bug fix * tying fix * clean,typing fix * stories added * optional metric control * bigger thumbnail * optional root node name * storybokk updated * children list seperated instead of mutating data,if root node not provided defaault it to node with most children * remove logs,optimization needed * find best node if root not provided,use seperate children list to avoid issues if column name is children * remove unused import * type fix * Update transformProps.ts * Update debugging.md * better todo * updated radio button with new signature Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
* initial * tests added,1 typing issue present * remove log * remove color * remove duplicate tooltip * Update plugins/plugin-chart-echarts/src/Tree/transformProps.ts Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com> * clean * merge * optional name column,more tests... * bug fix * remove unused imports * lint * bug fix * tying fix * clean,typing fix * stories added * optional metric control * bigger thumbnail * optional root node name * storybokk updated * children list seperated instead of mutating data,if root node not provided defaault it to node with most children * remove logs,optimization needed * find best node if root not provided,use seperate children list to avoid issues if column name is children * remove unused import * type fix * Update transformProps.ts * Update debugging.md * better todo * updated radio button with new signature Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
* initial * tests added,1 typing issue present * remove log * remove color * remove duplicate tooltip * Update plugins/plugin-chart-echarts/src/Tree/transformProps.ts Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com> * clean * merge * optional name column,more tests... * bug fix * remove unused imports * lint * bug fix * tying fix * clean,typing fix * stories added * optional metric control * bigger thumbnail * optional root node name * storybokk updated * children list seperated instead of mutating data,if root node not provided defaault it to node with most children * remove logs,optimization needed * find best node if root not provided,use seperate children list to avoid issues if column name is children * remove unused import * type fix * Update transformProps.ts * Update debugging.md * better todo * updated radio button with new signature Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
Sorting
Sources
->Tables
byDatabase
orSQL Editor
returns an exception.The text was updated successfully, but these errors were encountered: