Im having issues with passing an empty json array to aoColumns... DataTables is trying to display this data. In most cases, it will just render a series of "null" for the first (and only) table row. In other cases, like when im trying to use - "render": function ( data, type, full ) {...} - I may get errors because data is empty.
This is happening on a fresh 1.9.4 to 1.10 migration. Obviously, everything was working fine in 1.9.4... Am I missing something? I know I could add come kind of check to see if the json array is empty, but this was previously unnecessary.
Thanks,
Joe