FSN#38430 only applicable to tables with thead
svn path=/Website/trunk/; revision=31514
This commit is contained in:
@@ -453,7 +453,7 @@ function updateTableHeaders() {
|
||||
|
||||
$(function() {
|
||||
|
||||
$("table").each(function() {
|
||||
$("table").has("thead").each(function() {
|
||||
$(this).wrap("<div class=\"divrstable\" style=\"position:relative\"></div>");
|
||||
|
||||
var originalHeaderRow = $("thead:first", this)
|
||||
|
||||
Reference in New Issue
Block a user