Skip to content

Commit eada62c

Browse files
committed
Initial code and example commit
1 parent 690d05d commit eada62c

File tree

8 files changed

+1530
-1
lines changed

8 files changed

+1530
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
datatables-bootstrap3-plugin
22
============================
33

4-
DataTables and Bootstrap 3 integration plugin
4+
jQuery DataTables plugin and Bootstrap 3 integration

bower.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "datatables-bootstrap3-plugin",
3+
"version": "0.1.0",
4+
"main": [
5+
"media/css/datatables-bootstrap3.css",
6+
"media/js/datatables-bootstrap3.js"
7+
],
8+
"dependencies": {
9+
"bootstrap": "3.3.x",
10+
"datatables": "1.10.x"
11+
},
12+
"description": "jQuery DataTables plugin and Bootstrap 3 integration",
13+
"license": "MIT",
14+
"keywords": [
15+
"javascript",
16+
"datatables",
17+
"bootstrap",
18+
"plugin"
19+
],
20+
"ignore": [
21+
"example"
22+
]
23+
}

0 commit comments

Comments
 (0)