When the table is rendered, only the first letter of the column is displayed in the table.
When the table is rendered, only the first letter of the column is displayed in the table.
tiagosampaio
Posts: 1Questions: 1Answers: 0
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
I'm doing a simple implementation and only the first letter of the column is displayed.
Answers
You need an array of rows where each row is either an array of columns or objects. See the Data docs for details. Updated test case:
https://live.datatables.net/yofinibo/2/edit
Kevin