Skip to main content

Bug Tracker

Side navigation

#9738 closed bug (invalid)

Opened July 04, 2011 09:15AM UTC

Closed July 04, 2011 12:22PM UTC

Scrolling in the TableSorter is not working with assiginig tbody styles to it

Reported by: anonymous Owned by:
Priority: low Milestone: 1.next
Component: misc Version: 1.6.2
Keywords: Cc:
Blocked by: Blocking:
Description

Hi i am using a table sorter and the data to the table sorter dynamically using javascript/jquery

var oBody = tBody;

var row = tBody.insertRow(-1);

var firstCell = row.insertCell(-1);

firstCell.style.align = "center";

firstCell.innerHTML = selectedRowChkBox;

var secondCell = row.insertCell(-1);

secondCell.innerHTML = selectedMake;

var thirdCell = row.insertCell(-1);

thirdCell.innerHTML = selectedModelSpan;

here i tried to assign the styles to the tbody object but that is not getting effected

Attachments (0)
Change History (1)

Changed July 04, 2011 12:22PM UTC by addyosmani comment:1

component: unfiledmisc
priority: undecidedlow
resolution: → invalid
status: newclosed

Thanks for submitting a ticket to the jQuery project! Unfortunately, we are unable to assist with issues related to third party plugins. We recommend directly contacting the author of such plugins as they may be able to assist you with reducing it down to a specific issue with jQuery core that we can investigate.