Aurelia: data disappears in table when using DataTables jquery plugin
问题 I use the jQuery data tables plugin (https://datatables.net/). You can use it on a html table like this: $("#table").DataTable(); If I have a normal html table in my View and call the above in the attached() method of my view model all works fine. But things go wrong when I try to do this when generating the table from data I get from my API. The table gets generated but under it instead of saying something like "showing 0 to 10 of 93 entries" it says "showing 0 to 0 of 0 entries". Also, if I