Why is there an "Undefined" string at the top of my table?
Why is there an "Undefined" string at the top of my table?

The table is built correctly and all functionality is there, but I have an annoying string at the top of the table that says undefined. I am wondering where this is coming from or how I remove it.
This discussion has been closed.
Answers
Are you defining the dom and maybe have a bad definition? You should post some code ;)
Okay, I'm building a DataTable with Dynamic column headers. I have tried removing characters in the dom element in order to fix the problem but have had no luck.
So I solved the problem. If you look at the code above I put
This added the undefined string to my table. I changed this to
and it worked perfectly.