devel_wizard-2.x-dev/templates/spell/theme_claro/library/table-sort/db.js.twig
templates/spell/theme_claro/library/table-sort/db.js.twig
(function ($, Drupal) {
Drupal.behaviors.{{ machineNameLowerCamel }}TableSort = {
attach: function (context, settings) {
$('table.{{ machineNameLowerDash }}-table-sort', context)
.once('{{ machineNameLowerCamel }}TableSort')
.each(function () {
new TableSort(this);
});
},
};
})(jQuery, Drupal);
