How can you toggle the sort icons on/off? From another post I saw this seems to turn them off: $("#gbox_list .s-ico span").hide()
. But this corresponding code did NOT seem to turn them on again: $("#gbox_list .s-ico span").show()
. ??
And how can you manipulate them? Ie: How can you programatically set the second column to show the asc sort arrow (and not show the arrow on other columns)?