Questions tagged [angular-datatables]

angular-datatables is a AngularJS/Angular2+ wrapper for jQuery dataTables. It exposes an Angular module that provides a datatable directive along with datatable options helpers.

angular-datatables is a wrapper for jQuery dataTables. It exposes an Angular module that provides a datatable directive along with datatable options helpers.

jQuery dataTables heavily manipulates the DOM, thus it conflicts with Angular which also continously are altering the DOM. This makes jQuery dataTables sorting, filtering and so on causing errors - in practice impossible to use.

angular-datatables ensures that jQuery dataTables manipulates the DOM the "angular way" so all features - even the long range of plugins - works out of the box.

project site -> https://l-lin.github.io/angular-datatables/#/welcome

650 questions
-2
votes
2 answers

How to count the number of rows containing a certain value?

I'm using AngularJS and I have a table that I populate using ng-repeat. Check this short example: http://jsfiddle.net/sso3ktz4/ How do I check how many rows I have with a certain value? For example, in the fiddle above, how do I check how many rows…
Telmo F.
  • 167
  • 1
  • 4
  • 16
-2
votes
1 answer

Angular-datatables Bootstrap search bar CSS

I'm using angular-datatables with the Bootstrap integration. However, the search bar looks weird. It doesn't look like the normal Bootstrap text fields with that nice glow effect. This is the angular-datatables search bar: This is the Jquery…
Telmo F.
  • 167
  • 1
  • 4
  • 16
-2
votes
1 answer

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({}, function(list){ $scope.categories =…
-4
votes
1 answer

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 500 pages each page display 5 rows based on…
1 2 3
43
44