No - features such as that cannot currently be enabled and disabled on-the-fly. You could modify DataTables to do it easily enough, or use fnDrawCallback and fnSortListener (remove and detach the listeners whenever the number of rows are updated), but there is no built in way of doing that.
Replies
Allan