Data tables + Ember
Data tables + Ember
I am trying to use Data tables in ember js. But I am not able achieve the full options from it. For example I am not able to use pagination option in it.
I have put the code in this link http://jsbin.com/uMiwuGe/2/edit but I am not able to use pagination while in the jsbin code in the link above has working navigation.
What different is from the above code is that I am have divided the html code into different hbs file and then using grunt I put them inside a template js file. I am not sure if that can be a problem.
Any help will be highly appreciated.