Bug Tracker

Ticket #1696 (closed bug: invalid)

Opened 1 year ago

Last modified 9 months ago

Javascript Errors Using Table Sort When The Table Has Zero Rows In Its Body

Reported by: kirkcerny501 Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.2 Component: ui
Version: 1.2.1 Keywords: empty table
Cc: Needs: Patch

Description

I recently downloaded the new UI table sorter, and it was working great until i came across a table without any body rows.

There were a number of errors where a row was assumed to exist such as. cells = table.tBodies[0].rows[0].cells;

Error table.tBodies[0].rows[0] has no properties. I am using Firefox 2

Attachments

Change History

Changed 9 months ago by paul

  • status changed from new to closed
  • resolution set to invalid
Note: See TracTickets for help on using tickets.