jquery.rsLiteGrid
Advanced tools
Comparing version
@@ -52,3 +52,3 @@ 'use strict'; | ||
src: ['test/**/*.js'] | ||
}, | ||
} | ||
}, | ||
@@ -55,0 +55,0 @@ watch: { |
@@ -5,3 +5,3 @@ { | ||
"description": "Table with any number of columns and rows, with customized markup on each cell.", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"homepage": "https://github.com/ruisoftware/jquery-rsLiteGrid", | ||
@@ -8,0 +8,0 @@ "author": { |
/** | ||
* jQuery Grid - Plain, simple table that adds rows as you type | ||
* =============================================================== | ||
* @author Jose Rui Santos | ||
*/ | ||
* jQuery Grid - Plain, simple table that adds rows as you type | ||
* =============================================================== | ||
* @author Jose Rui Santos | ||
*/ | ||
(function ($, undefined) { | ||
@@ -102,2 +102,3 @@ 'use strict'; | ||
// and set the events for the new last row | ||
DOM.setQtRows(); | ||
events.setLastRowEvents(DOM.addRow(values)); | ||
@@ -329,3 +330,5 @@ DOM.setQtRows(); | ||
} | ||
DOM.addLastRow(); | ||
if (opts.autoAddRows) { | ||
DOM.addLastRow(); | ||
} | ||
} | ||
@@ -332,0 +335,0 @@ }, |
395548
0.03%11065
0.03%