Scott,
It's taken me quite a while to get around to looking at this - pesky actual work getting in the way.
I think I've made sense of most of the code (I wouldn't go so far as to say understood - it's all very new to me!).
However, I'm struggling with one thing - potentially one of the most simple. How can I change the icons to not be planes? And how do I know what is available to change them to?
If I change the <i class="icon-plane"></i> in this line
setIcon: function (record, options) {
var html = '<div><i class="icon-plane"></i><span class="code">' + record.code + '</span></div>';
to be <i>X</i> then I get X's instead of planes. But is there a way to get other icons - blobs, squares, etc?
Thanks,
Matt