jadrake75 / ng-scrolling-table

MIT License
8 stars 2 forks source link

Provide sort glyphs (or hooks for them) #38

Open jadrake75 opened 10 years ago

jadrake75 commented 10 years ago

Ideally the sort icons should be using an icon font like font awesome or something.

These should be used to declare a sortable glyph on supported columns.

jadrake75 commented 10 years ago

open iconic is another option to bundle.

We may be able to use Unicode fonts up to a certain point (per Joe's research)

▲ - U+25B2 BLACK UP-POINTING TRIANGLE ▼ - U+25BC BLACK DOWN-POINTING TRIANGLE ▴ - U+25B4 SMALL BLACK UP-POINTING TRIANGLE

jadrake75 commented 9 years ago

The lack of sort support is a big negative on usability and should be moved along.