Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stacktable.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
$table.siblings().filter('.small-only').remove();

// using rowIndex and cellIndex in order to reduce ambiguity
$table.find('>tbody>tr').each(function() {
$table.find('>tbody>tr').not($topRow).each(function() {

// declaring headMarkup and bodyMarkup, to be used for separately head and body of single records
headMarkup = '';
Expand Down