diff --git a/Gruntfile.js b/Gruntfile.js index a1289279..4cc7c0b9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -108,7 +108,7 @@ module.exports = function (grunt) { watch: { app: { - files: ['src/**/*'], + files: ['src/**/*', 'static/style/**/*'], tasks: ['dev'], options: { spawn: false diff --git a/demos/auto-filter.html b/demos/auto-filter.html index fe5cabf6..ec9eb2e7 100644 --- a/demos/auto-filter.html +++ b/demos/auto-filter.html @@ -6,7 +6,7 @@ +

TableFilter v0.0.0

@@ -35,11 +36,11 @@

+ tf.extension('colsVisibility').hideCol(0);">Hide Column 0 + tf.extension('colsVisibility').showCol(0);">Show Column 0 + tf.extension('colsVisibility').toggleCol(2);">Toggle Column 2


 
diff --git a/demos/data-types.html b/demos/data-types.html
index 6ab0ad52..bb998718 100644
--- a/demos/data-types.html
+++ b/demos/data-types.html
@@ -6,7 +6,7 @@