Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dalerasrorov/smart-table-angularjs-example
- Owner: DalerAsrorov
- Created: 2015-06-11T22:43:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-11T23:21:37.000Z (over 9 years ago)
- Last Synced: 2023-02-26T13:26:54.934Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.