HEX
Server: LiteSpeed
System: Linux spg20.cloudpowerdns.com 5.14.0-611.35.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 25 03:46:09 EST 2026 x86_64
User: carrerup (3153)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //proc/thread-self/cwd/wp-content/plugins/vc-extensions-bundle/datatable/js/init.js
jQuery(document).ready(function($) {
    "use strict";
    $('.cq-datatable').each(function(index) {
        var _this = $(this);
        var _headerArr = [];
        var _header = $('.cq-datatable-header', _this);
        var _dataArr = [];
        $('.cq-datatable-cell', _header).each(function(index) {
            _headerArr[index] = $(this).data('title');
        });
        $('.cq-datatable-data', _this).each(function() {
            $('.cq-datatable-cell', $(this)).each(function(index) {
                $(this).attr('data-title', _headerArr[index]);
            });
        });


    });

});