Hello,
I’m mixing jqxDataTable with Angular but I can’t make a simple example.
As far as I know, I must use a data adapter as for datatable source. But it doesn’t produce anything in my table.
If I replace my $resource result by a simple array, it works.
$resource produces an array, but it is more than that and is typed as Object, which may be the cause of the problem.
Note that my result is resolved before controller is created as I am using ui-router. So my array is not empty when creating dataTable.
I have tried all relevant dataType (array, json, local), but none worked.
In the worst scenarii (component can’t work with $resource), I could write a converter $resource -> array.