if ($.isArray(wo.headerTitle_tooltip)) {
                c.$headers.each(function(){
                    $(this).addClass( wo.headerTitle_tooltip[this.column] || '' );
                });
            } else if (wo.headerTitle_tooltip !== '') {