1234567891011121314151617181920212223242526272829303132333435363738 |
- <div class="data_table_main dt-responsive table-responsive">
- <table id="compoundPelbagai" class="table table-sm table-striped table-bordered nowrap" width="100%">
- <thead>
- <tr>
- <th>#</th>
- <th>Modul</th>
- <th>Kpd</th>
- <th>Jenis</th>
- <th>Tarikh Masa</th>
- <th>Kesalahan</th>
- <th width="110">Kadar Kompaun</th>
- <th>Nric</th>
- <th>Nama</th>
- <th>Akaun Lesen</th>
- <th>PenguatKuasa</th>
- <th>Status</th>
- <th>Tindakan</th>
- </tr>
- </thead>
- <tfoot>
- <tr>
- <th>#</th>
- <th>Modul</th>
- <th>Kpd</th>
- <th>Jenis</th>
- <th>Tarikh Masa</th>
- <th>Kesalahan</th>
- <th width="110">Kadar Kompaun</th>
- <th>Nric</th>
- <th>Nama</th>
- <th>Akaun Lesen</th>
- <th>PenguatKuasa</th>
- <th>Status</th>
- <th>Tindakan</th>
- </tr>
- </tfoot>
- </table>
- </div>
|