webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
795 stars 272 forks source link

Changed default arrow from resourced image to unicode arrow character in span #122

Closed Tythos closed 8 years ago

Tythos commented 8 years ago

Old implementation, when sort arrow images were not specified in configuration, raised errors when kit runs in contexts other than built-in directory structure. New implementation falls back to unicode arrow character in span, which produces a more consistent behavior across contexts and is easier to style.