You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.1 KiB
39 lines
1.1 KiB
6 years ago
|
/*=========================================================================================
|
||
|
File Name: datatables-styling.js
|
||
|
Description: Styling Datatable
|
||
|
----------------------------------------------------------------------------------------
|
||
|
Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
|
||
|
Version: 1.0
|
||
|
Author: PIXINVENT
|
||
|
Author URL: http://www.themeforest.net/user/pixinvent
|
||
|
==========================================================================================*/
|
||
|
|
||
|
$(document).ready(function() {
|
||
|
|
||
|
/********************************
|
||
|
* js of Base style *
|
||
|
********************************/
|
||
|
|
||
|
$('.base-style').DataTable();
|
||
|
|
||
|
/******************************
|
||
|
* js of no style *
|
||
|
******************************/
|
||
|
|
||
|
$('.no-style-no').DataTable();
|
||
|
|
||
|
/******************************************
|
||
|
* js of Base style - compact *
|
||
|
******************************************/
|
||
|
|
||
|
$('.compact').DataTable();
|
||
|
|
||
|
/*********************************
|
||
|
* js of Bootstrap 3 *
|
||
|
**********************************/
|
||
|
|
||
|
$('.bootstrap-3').DataTable();
|
||
|
|
||
|
|
||
|
} );
|