Browse Source

Updated 3 Packages and fiexed datatable bug

pull/168/head
sunny kushwaha 6 years ago
parent
commit
d0bbbeb929
2 changed files with 4 additions and 3 deletions
  1. +3
    -3
      package.json
  2. +1
    -0
      src/datatable.html

+ 3
- 3
package.json View File

@ -32,8 +32,8 @@
"eslint-plugin-import": "2.7.0",
"extract-text-webpack-plugin": "^3.0.1",
"html-webpack-plugin": "^2.30.1",
"imagemin-webpack-plugin": "^1.5.2",
"node-sass": "^4.5.3",
"imagemin-webpack-plugin": "^1.6.1",
"node-sass": "^4.13.0",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^2.0.8",
"sass-loader": "^6.0.6",
@ -50,7 +50,7 @@
"bootstrap": "^4.0.0",
"bootstrap-datepicker": "^1.7.1",
"brand-colors": "^2.0.1",
"chart.js": "^2.7.1",
"chart.js": "^2.9.2",
"datatables": "^1.10.13",
"easy-pie-chart": "^2.1.7",
"file-loader": "^1.1.5",


+ 1
- 0
src/datatable.html View File

@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Data Tables</title>
<link href="https://cdn.datatables.net/1.10.20/css/jquery.dataTables.min.css" rel="stylesheet">
<style>
#loader {
transition: all 0.3s ease-in-out;


Loading…
Cancel
Save