Zero configuration

The angular-datatables provides a datatables directive you can add to your <table>:

ID First name Last name
1 Foo Bar
123 Someone Youknow
987 Iamout Ofinspiration
ID First name Last name
1 Foo Bar
123 Someone Youknow
987 Iamout Ofinspiration
angular.module('showcase', ['datatables']);