diff --git a/sortt.js b/sortt.js index 511cd4c..fa36386 100644 --- a/sortt.js +++ b/sortt.js @@ -101,7 +101,11 @@ if(!window.jQuery) { }); //add arrow to colume - // - place holder - + var arrow = getArrow(data[0],data[1],data[2]); + // if function got a match ... + if (arrow != false ) { + $(this).prepend(arrow + " "); + } } }); }