Why are the table headers missing?

Why are the table headers missing?

cchintall83cchintall83 Posts: 36Questions: 11Answers: 0

Link to test case: https://jsbin.com/fudayasaho/edit?html,output
Debugger code (debug.datatables.net): None
Error messages shown: None
Description of problem:
The linked script produces a HTML table without the column labels. Can someone please review this script attached and help me to correct this issue?
Thank you,
John

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,118Questions: 1Answers: 2,583
    Answer ✓

    It was badly formed HTML - you've missed out the thead and tbody elements - see your example updated with those included here,

    Colin

  • cchintall83cchintall83 Posts: 36Questions: 11Answers: 0

    Hi Colin,

    Thank you for the review! I definitely missed the incorrect table format. I have certainly learned a great deal working with DataTables and Editor.
    Thanks again,
    John

Sign In or Register to comment.