I recently updated to the latest version of Datatables and when I am using Aurelia's repeat.for on the table via HTML no data shows.
If I populate datatables with pure javascript and nothing in my
<
table> tag I can get it to work for simple tables. The console throws an error when mine setup is using the repeat.for and I am guessing Aurelia and datatables are trying to mess with the same elements?