add fontawesome and datatables package

This commit is contained in:
Zakwan Hamdan
2020-10-22 09:21:18 +08:00
parent cb45d1b59a
commit b09b980c95
2089 changed files with 332538 additions and 1917 deletions
@@ -0,0 +1,5 @@
/*!
Bootstrap 3 styling wrapper for KeyTable
©2018 SpryMedia Ltd - datatables.net/license
*/
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs","datatables.net-keytable"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);b&&b.fn.dataTable||(b=require("datatables.net-bs")(a,b).$);b.fn.dataTable.KeyTable||require("datatables.net-keytable")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c,a,b,d){return c.fn.dataTable});