Data Table

Date:17.06.2021 6.17am

Default Table

Name Position Office Age Start date Salary
Airi Satou Accountant Tokyo 33 2008/11/28 $162,700
Angelica Ramos Chief Executive Officer(CEO) London 47 2009/10/09 $1,200,000
Ashton Cox Junior Technical Author San Francisco 66 2009/01/12 $86,000
Bradley Greer Software Engineer London 41 2012/10/13 $132,000
Brielle Williamson Integration Specialist New York 61 2012/12/02 $372,000
Caesar Vance Pre-Sales Support New York 21 2011/12/12 $106,450
Cedric Kelly Senior Javascript Developer Edinburgh 22 2012/03/29 $433,060
Charde Marshall Regional Director San Francisco 36 2008/10/16 $470,600
Colleen Hurst Javascript Developer San Francisco 39 2009/09/15 $205,500
Dai Rios Personnel Lead Edinburgh 35 2012/09/26 $217,500
Name Position Office Age Start date Salary
Showing 1 to 10 of 26 entries

Export Data Table

Name Position Office Age Start date Salary
Airi Satou Accountant Tokyo 33 2008/11/28 $162,700
Angelica Ramos Chief Executive Officer(CEO) London 47 2009/10/09 $1,200,000
Ashton Cox Junior Technical Author San Francisco 66 2009/01/12 $86,000
Bradley Greer Software Engineer London 41 2012/10/13 $132,000
Brielle Williamson Integration Specialist New York 61 2012/12/02 $372,000
Caesar Vance Pre-Sales Support New York 21 2011/12/12 $106,450
Cedric Kelly Senior Javascript Developer Edinburgh 22 2012/03/29 $433,060
Charde Marshall Regional Director San Francisco 36 2008/10/16 $470,600
Colleen Hurst Javascript Developer San Francisco 39 2009/09/15 $205,500
Dai Rios Personnel Lead Edinburgh 35 2012/09/26 $217,500
Name Position Office Age Start date Salary
Showing 1 to 10 of 26 entries

How To Use

Basic Use HTML
<table class="table table-bordered data-table data-table-default">
   <thead>
     <tr>
       <th>Name</th>
       <th>...</th>
       <th>...</th>
     </tr>
   </thead>
   <tbody>
     <tr>
       <td>Tiger Nixon</td>
       <td>...</td>
       <td>...</td>
     </tr>
     <tr>...</tr>
     <tr>...</tr>
   </tbody>
   <tfoot>
     <tr>
       <th>Name</th>
       <th>...</th>
       <th>...</th>
     </tr>
   </tfoot>
</table>
Js Activation
$('.data-table-default').DataTable({
    responsive:true,
    language:{
        paginate:{
            previous:'',
            next:''
        }
    }
});

For more Information please follow the Official Documentation