Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dalerasrorov/smart-table-angularjs-example

An example of the table implemented with Smart Table framework, AngularJS, and UI Bootstrap.
https://github.com/dalerasrorov/smart-table-angularjs-example

Last synced: 25 days ago
JSON representation

An example of the table implemented with Smart Table framework, AngularJS, and UI Bootstrap.

Awesome Lists containing this project

README

        

# Smart-Table-AngularJS-Example

The example of the working AngularJS table using the Smart Table framework of AngularJS and UI Bootstrap. In order to see it working, you should include Smart Table library in your project folder with the following command: 1) bower install angular-smart-table and 2) include the module to your project:

>var app = angular.module('ewsApp', ['smart-table']);

If you are using gulp, re-run it and you will see the working table with pagination, searching, and sorting. The data in the table can be modified via AngularJS.