From 20017fdc25cbbb7c223c259a4f7e943844145780 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Fri, 9 Oct 2015 17:16:42 -0500 Subject: [PATCH] Another shoestring fix. --- src/tables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tables.js b/src/tables.js index 3f421c7..5f6e279 100644 --- a/src/tables.js +++ b/src/tables.js @@ -90,7 +90,7 @@ if( Tablesaw.mustard ) { } // Store "cells" data on header as a reference to all cells in the same column as this TH - this.cells = self.$table.find("tr").not( thrs[0] ).not( this ).children( sel ); + this.cells = self.$table.find("tr").not( thrs[0] ).not( this ).children().filter( sel ); coltally++; }); });