Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.