Are there angularJS based project like dataTables in jQuery?

736 views
Skip to first unread message

Sik

unread,
Aug 28, 2012, 4:54:44 AM8/28/12
to ang...@googlegroups.com
Hi,

I'm planning to build app with table which has a lot of functions like dataTable plugin in jQuery.

I need functions on table like sorting, filtering, drag&drop, adding, editing and so on.

But, I'm a really newbie on AngularJS, and I just read tutorial once.(But, still hard to understand components in AngularJS.)

So, I don't know where to start.

Are there any projects based on AngularJS like dataTables in jQuery?(which I can see the source code?)

Thank you for reading.

Regards.


hkgrani

unread,
Aug 28, 2012, 5:40:01 AM8/28/12
to ang...@googlegroups.com
https://github.com/angular/angular.js/wiki/JsFiddle-Examples

Do a local search for "table" on that page

Hans Kr

Makarand Bhatamrekar

unread,
Dec 10, 2013, 10:27:10 AM12/10/13
to ang...@googlegroups.com
here is an example of angularJs datatable integration

http://jsfiddle.net/TNy3w/2/
also, add the following line to controller, to use angular js
 $scope.options.fnCreatedRow = function( nRow, aData, iDataIndex ) {
        $compile(nRow)($scope);
Reply all
Reply to author
Forward
0 new messages