Opened 12 years ago
Closed 12 years ago
#9738 closed bug (invalid)
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
Change History (1)
comment:1 Changed 12 years ago by
Component: | unfiled → misc |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.