Problem integrating Datatable within a Meteor app.

I am trying to place a datatable within a meteor app. My initial test is to use inline data. Once I have the formatting, etc working; then I will proceed to load data from a database. However, the record does not display across the table (data in the proper column); but, the all of the data displays only in the first column. My code is:

The display looks something like this:

Date BL No Customer Ship To . . . . .

(All this data appears under “Date” in a column:
01/01/16
55678432
Dow
WE:Modesto
Prepaid
(etc.)

If you see something wrong with my code or if my implementation with Meteor is wrong, please let me know. Thank you in advance.