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: 4 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-11T23:21:37.000Z (about 10 years ago)
- Last Synced: 2025-01-28T13:26:16.079Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 3
- 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.