Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35273

Empty JSON array passed to aoColumns causing issues after 1.9 to 1.10 migration

$
0
0

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


Viewing all articles
Browse latest Browse all 35273

Trending Articles