Documentation v1.0.2

Preview

Overview

Add advanced interaction controls to your HTML tables the free & easy way. For more info see the official siteand the Github repository.

Usage

DataTables's CSS and Javascript files are bundled in a custom files and included on demand as shown below:
<link href="assets/plugins/custom/datatables/datatables.bundle.css" rel="stylesheet" type="text/css"/>
<script src="assets/plugins/custom/datatables/datatables.bundle.js"></script>

Initialization

  • DataTables's CSS is highly customized in sass/vendors/plugins/_datatables.scss SCSS file in order to use it as a native component within the design system. The SCSS code is compiled into assets/plugins/global/plugins.bundle.css and globally included in all pages.
  • DataTable's global settings are configured in src/js/vendors/plugins/datatables.init.js and this initialization code is bundled within assets/plugins/custom/datatables/datatables.bundle.js.
Preview Get Help Buy Now