Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Reactable optional add support Font Awesome Sort icons #367

Open
claudioDcv opened this issue Mar 13, 2017 · 1 comment
Open

Reactable optional add support Font Awesome Sort icons #367

claudioDcv opened this issue Mar 13, 2017 · 1 comment

Comments

@claudioDcv
Copy link

claudioDcv commented Mar 13, 2017

please add support sorting font-awesome css


.reactable-header-sortable{
position:relative;
padding-right: 40px;
}

.reactable-header-sortable::before{
font: normal normal normal 14px/1 FontAwesome;
content: "\f0dc";
position: absolute;
top: 17px;
right: 15px;
color: #2196F3;
}
.reactable-header-sort-asc::before{
content: "\f0de";
color: #2196F3;
}
.reactable-header-sort-desc::before{
content: "\f0dd";
color: #2196F3;
}```
@paddotk
Copy link

paddotk commented May 3, 2017

I think you need to be a little more specific. How would you like the rows to be sorted?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants