Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 638be5c

Browse files
Update README.md
1 parent 20a3352 commit 638be5c

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

‎README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,32 @@
1-
# Dynamic-Angular-Bootstrap-Datatable-Using-HTTP-Service-Methods
1+
# Dynamic Angular Bootstrap Datatable Using HTTP Service Methods
2+
23
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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /