Skip to content

Commit

Permalink
update docs for: fix #79
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoryak committed Apr 30, 2014
1 parent f9f6846 commit bdc5ab4
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/jquery.floatThead-slim.js
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
getSizingRow: function($table, $cols, $fthCells){ // this is only called when using IE,
// override it if the first row of the table is going to contain colgroups (any cell spans greater then one col)
// it should return a jquery object containing a wrapped set of table cells comprising a row that contains no col spans and is visible
return $table.find('tbody tr:visible:first>td');
return $table.find('tbody tr:visible:first>*');
},
floatTableClass: 'floatThead-table',
floatWrapperClass: 'floatThead-wrapper',
2 changes: 1 addition & 1 deletion dist/jquery.floatThead-slim.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.floatThead.js
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
getSizingRow: function($table, $cols, $fthCells){ // this is only called when using IE,
// override it if the first row of the table is going to contain colgroups (any cell spans greater then one col)
// it should return a jquery object containing a wrapped set of table cells comprising a row that contains no col spans and is visible
return $table.find('tbody tr:visible:first>td');
return $table.find('tbody tr:visible:first>*');
},
floatTableClass: 'floatThead-table',
floatWrapperClass: 'floatThead-wrapper',
Loading

0 comments on commit bdc5ab4

Please sign in to comment.