Basic table will not render all the way?

Basic table will not render all the way?

timesharesoftwaretimesharesoftware Posts: 5Questions: 2Answers: 0

Hi,

I am baffled. I am just starting out. I created a basic table for a test and it will not render all the way. All the rows display not just the default 10.

The pagination shows up and if i select a different number of records the rest of the table works.

Link to the test is here. http://eh.magna.net/public/dttest2.html

In the console it says (firefox) TypeError: f is undefined

This question has accepted answers - jump to:

Answers

  • kthorngrenkthorngren Posts: 20,322Questions: 26Answers: 4,773
    Answer ✓

    You have too many columns in your footer. Remove the extra to match the total columns (11) and your table should work.

    Kevin

  • tangerinetangerine Posts: 3,350Questions: 37Answers: 394
    Answer ✓

    The tfoot should follow the thead and precede the tbody for strict HTML conformance. Nothing to do with your problem though.

  • timesharesoftwaretimesharesoftware Posts: 5Questions: 2Answers: 0

    Wow, that was an interesting goof on my part.

    The Tfoot totals are not know until the the tbody is generated.

    Yesterday this same code had an error on the console?

    yes working now, Thank you

This discussion has been closed.