jQuery(document).ready(function(t){"use strict";t(".cq-datatable").each(function(a){var e=t(this),c=[],i=t(".cq-datatable-header",e);t(".cq-datatable-cell",i).each(function(a){c[a]=t(this).data("title")}),t(".cq-datatable-data",e).each(function(){t(".cq-datatable-cell",t(this)).each(function(a){t(this).attr("data-title",c[a])})})})});