Personal tools

Template:F5samplesTest: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
mNo edit summary
mNo edit summary
Line 34: Line 34:
             'csvHtml5',
             'csvHtml5',
             'pdfHtml5'
             'pdfHtml5'
        ],
        columns: [
            { title: "Name" },
            { title: "Position" },
            { title: "Office" },
            { title: "Extn." },
            { title: "Start date" },
            { title: "Salary" }
         ]
         ]
     } );
     } );
} );
} );
</script>
</script>
     <table id="example" class="display" cellspacing="0" width="100%">
     <table id="example" class="display" cellspacing="0" width="100%"></table>
        <thead>
            <tr>
                <th></th>
                <th></th>
                <th></th>
                <th></th>
                <th></th>
                <th></th>
            </tr>
        </thead>
        <tfoot>
            <tr>
                <th></th>
                <th></th>
                <th></th>
                <th></th>
                <th></th>
                <th></th>
            </tr>
        </tfoot>
        <tbody>
            <tr>
                <td></td>
                <td></td>
                <td></td>
                <td></td>
                <td></td>
                <td></td>
            </tr>
        </tbody>
</table>


</html>
</html>

Revision as of 15:52, 18 January 2018