We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a table comprising two columns: name and partition_count.
If partition_count exceeds 100, I want the table to be sorted by name, or else by partition_count.
I tried to set "sortBy" dynamically within mounted(), but it did not work. It only followed by the "sortBy" configured in data().
The text was updated successfully, but these errors were encountered:
clientSortOptions compute from sortType and sortBy
96a1248
A hacky workaround, for reference only. implementation of HC200ok#371 (sortBy sortType) => clientSortOptions => items
No branches or pull requests
I have a table comprising two columns: name and partition_count.
If partition_count exceeds 100, I want the table to be sorted by name, or else by partition_count.
I tried to set "sortBy" dynamically within mounted(), but it did not work. It only followed by the "sortBy" configured in data().
The text was updated successfully, but these errors were encountered: