All Questions
Tagged with angular-datatables angularjs-ng-repeat
8
questions
2
votes
0answers
889 views
angular-datatables rendering (repeating) twice
I am using angular datatables https://l-lin.github.io/angular-datatables and noticed that the ng-repeat is done twice. I noticed it with the following directive.
<tr ng-repeat="order in vm.orders ...
1
vote
0answers
2k views
ng-repeat with angular datatable plugin
I have been trying out ng-repeat option with angular datatable plugin (http://l-lin.github.io/angular-datatables). But I have been getting a loading symbol. I tried my code in jsfiddle - (http://...
0
votes
2answers
678 views
Multiple (Two) ng-repeats on DataTable in AngularJS
Now I know this is a very common topic but I'm not getting any solutions from the SO questions that I saw till now. I'm currently working on a page that has a DataTable whose data is coming from the ...
0
votes
2answers
1k views
angular datatables ng-repeat doesn't work
I'm using angular-datatables but when I'm using ng-repeat, the functions of datatables doesn't work (sort, search, count, etc)
HTML:
<table datatable="" class="table table-striped table-...
0
votes
1answer
649 views
angular-datatables - ng-repeat does not update datatable with new rows when $onChanges event called in component controller
I have made an angular-datatable component to be used in my project (using angular 1.5) and have bound the data it is populated with (the angular way) to an array of objects that gets updated in the ...
0
votes
0answers
218 views
Leave out column in a angular datatable from ng-repeat
I want to use ng-repeat directive only for some specified column of a datatable
for example:
<table id="coordinateconto" datatable="ng-binding" dt-options="controllerCoo.dtOptions"
...
-2
votes
1answer
705 views
how to set scope var of list in angular datatable?
I am implementing angular datatable in my angularjs based application, i am doing rest service call and getting list of objects as a response to angularjs controller like
roomCategories.fetch({}, ...
-4
votes
1answer
2k views
slow loading of angular datatable with large data with ng-repeat
I am dealing with a project contains angular datatable . Problem with this data table it contains about 2500 rows to display. it is taking nearly 1 min to load. pagination is also applyed it contains ...