Here's a sample piece of code that creates a table of instructions (Which is fixed). I then call the comparable sort (which i've added to my class). If I then add an additional instruction and call sort, all is well. For me, this allows me to add an item from else where and force the sort. The question is, does the tableview have a mechanism to AUTO sort for me? If so, how do I bind that action?