|
1 | | -# Dynamic-Angular-Bootstrap-Datatable-Using-HTTP-Service-Methods |
| 1 | +# Dynamic Angular Bootstrap Datatable Using HTTP Service Methods |
| 2 | + |
2 | 3 | Angular Bootstrap Datatables are component which mixes tables with more advanced options like searching, sorting, pagination and generating CSV file and many more options which will be more easy for the developers to target the customers.
|
| 4 | + |
| 5 | + |
| 6 | +## Installation |
| 7 | + |
| 8 | +Download the Repository and add the necessary Libraries to the Source Code to display the Dynamic Angular Bootstrap DataTable. It is mandatory to have all the necessary libraries in your app for the datatable to be displayed without any errors. |
| 9 | + |
| 10 | +```HTML |
| 11 | +1. jquery.min |
| 12 | +2. jquery.dataTables.min.js |
| 13 | +3. angular.js |
| 14 | +4. angular-datatables.js |
| 15 | +5. angular-datatables.directive.js |
| 16 | +6. angular-datatables.factory.js |
| 17 | +7. angular-datatables.bootstrap.js |
| 18 | +``` |
| 19 | + |
| 20 | +## Usage |
| 21 | + |
| 22 | +```Angular JS |
| 23 | +angular.module('datatablesSampleApp', ['datatables']) |
| 24 | +``` |
| 25 | + |
| 26 | +## Contributing |
| 27 | +Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. |
| 28 | + |
| 29 | +Please make sure to update tests as appropriate. |
| 30 | + |
| 31 | +## License |
| 32 | +[GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/) |
0 commit comments