Skip to content

Commit

Permalink
publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohn committed Nov 22, 2024
1 parent 4fa7165 commit 7df1199
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# BS5-DataTables-without-jQuery
A simple datatables example for bootstrap 5.3.3 that included searching, searching by column, column sorting, loading from json, autobuilding the table, pagination, row editing, and more, with less than 600 lines of js.

## Install via npmjs
```bash
npm i --save @skem9/bs5-datatables
```

## Demo:
## [CodePen.io Demo](https://codepen.io/Yohn/pen/VwoJrOd)

Expand Down
34 changes: 32 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
{
"name": "@skem9/bs5-datatables",
"version": "0.1.0",
"description": "A simple datatables example for bootstrap 5.3.3 that included searching, searching by column, column sorting, loading from json, autobuilding the table, pagination, row editing, and more, with less than 600 lines of js.",
"repository": {
"type": "git",
"url": "git+https://[email protected]/Yohn/BS5-DataTables-without-jQuery.git"
},
"type": "commonjs",
"scripts": {
"test": "echo \"no tests yet\""
},
"keywords": [
"bootstrap-5",
"wysiwyg",
"editor",
"bootstrap-5-extra",
"vanilla-js"
],
"author": {
"name": "Yohn",
"url": "https://github.com/Yohn"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Yohn/BS5-DataTables-without-jQuery/issues"
},
"homepage": "https://github.com/Yohn/BS5-DataTables-without-jQuery",
"dependencies": {
"@tkrotoff/bootstrap-floating-label": "^0.12.2"
}
}
},
"browserslist": [
"default"
]
}

0 comments on commit 7df1199

Please sign in to comment.