20 lines
647 B
JavaScript
Executable File
20 lines
647 B
JavaScript
Executable File
/*=========================================================================================
|
|
File Name: datatable-foundation.js
|
|
Description: Foundation Datatable
|
|
----------------------------------------------------------------------------------------
|
|
Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
|
|
Version: 1.0
|
|
Author: Pixinvent
|
|
Author URL: hhttp://www.themeforest.net/user/pixinvent
|
|
==========================================================================================*/
|
|
|
|
//--- Styling Datatable ---
|
|
|
|
|
|
$(document).ready(function() {
|
|
|
|
//js of Foundation
|
|
$('.foundation').DataTable();
|
|
|
|
} );
|