jadrake75/ng-scrolling-table

Provide sort glyphs (or hooks for them)

Opened this issue · 2 comments

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.

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

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