<?php foreach ((['hideable']) as $__key => $__value) {
    $__consumeVariable = is_string($__key) ? $__key : $__value;
    $$__consumeVariable = is_string($__key) ? $__env->getConsumableComponentData($__key, $__value) : $__env->getConsumableComponentData($__value);
} ?>




<th scope="col"
    class="
        <?php if($sort === $index): ?> 
            <?php if($direction): ?> asc <?php else: ?> desc <?php endif; ?> 
        <?php endif; ?>
    "
    <?php if(isset($column['tooltip']['text'])): ?> title="<?php echo e($column['tooltip']['text']); ?>" <?php endif; ?>
    <?php echo $__env->make('components.datatable.style-width', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
>
    <?php if($column['sortable']): ?>
        
        <a wire:click="sort('<?php echo e($index); ?>')" class="dataTable-sorter" style="cursor:pointer;">
            <?php echo e(str_replace('_', ' ', $column['label'])); ?>

        </a>
    <?php else: ?>
        <div>
            <?php echo e(str_replace('_', ' ', $column['label'])); ?>

        </div>
    <?php endif; ?>
</div>
<?php /**PATH /var/www/html/beta/elv3/resources/views/components/datatable/table/th.blade.php ENDPATH**/ ?>