HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/slfopp7cb1df/www/pm/app/Views/attendance/members_clocked_in.php
<div class="table-responsive">
    <table id="members-clocked-in-table" class="display" cellspacing="0" width="100%">            
    </table>
</div>
<script type="text/javascript">
    $(document).ready(function () {
        $("#members-clocked-in-table").appTable({
            source: '<?php echo_uri("attendance/clocked_in_members_list_data/"); ?>',
            order: [[2, "desc"]],
            columns: [
                {title: "<?php echo app_lang("team_member"); ?>", "class": "w20p"},
                {visible: false, searchable: false},
                {title: "<?php echo app_lang("in_date"); ?>", "class": "w15p", iDataSort: 1},
                {title: "<?php echo app_lang("in_time"); ?>", "class": "w15p"}
            ],
            printColumns: [0, 2, 3],
            xlsColumns: [0, 2, 3],
            tableRefreshButton: true,
            columnShowHideOption: false

        });
    });
</script>