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
There should be custom properties exposed for sort-asc, (neutral;unsorted), and sort-desc.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion!
For a workaround, the icons can be currently customized to some extent (in Shady DOM) using selectors like:
vaadin-grid th.sort-asc:after { content: url('https://raw.githubusercontent.com/vaadin/vaadin-icons-files/master/png/arrow-circle-down.png') !important; } vaadin-grid th.sort-desc:after { content: url('https://raw.githubusercontent.com/vaadin/vaadin-icons-files/master/png/arrow-circle-up.png') !important; }
Sorry, something went wrong.
Wontfix for 1.x. The upcoming 2.0 version allows you to customize the sort icons using CSS, also in native shadow DOM. See this styling example: https://cdn.vaadin.com/vaadin-grid/2.0.0-alpha4/demo/styling.html#material-design
No branches or pull requests
There should be custom properties exposed for sort-asc, (neutral;unsorted), and sort-desc.
The text was updated successfully, but these errors were encountered: