Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wenzhixin/bootstrap-table-examples
Bootstrap table examples
https://github.com/wenzhixin/bootstrap-table-examples
Last synced: 10 days ago
JSON representation
Bootstrap table examples
- Host: GitHub
- URL: https://github.com/wenzhixin/bootstrap-table-examples
- Owner: wenzhixin
- License: mit
- Created: 2014-12-16T04:44:47.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-13T03:47:50.000Z (8 months ago)
- Last Synced: 2024-04-14T13:31:52.379Z (8 months ago)
- Language: HTML
- Homepage: https://examples.bootstrap-table.com/
- Size: 1.83 MB
- Stars: 2,231
- Watchers: 192
- Forks: 1,621
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - bootstrap-table-examples
README
# bootstrap-table-examples
[Bootstrap Table Docs](https://bootstrap-table.com/)
[Bootstrap Table Examples](https://examples.bootstrap-table.com)
[jsFiddle Examples](https://github.com/wenzhixin/bootstrap-table-examples/blob/master/jsfiddle_examples.md)
[CRUD Example](https://github.com/wenzhixin/bootstrap-table-examples/blob/master/crud/README.md)
## Local develop
To develop bootstrap-table and bootstrap-table-examples locally please run:
```bash
mkdir bootstrap-table-dev
cd bootstrap-table-dev
git clone https://github.com/wenzhixin/bootstrap-table
git clone https://github.com/wenzhixin/bootstrap-table-examplescd bootstrap-table
yarn && yarn css:build:srccd ..
yarn add http-server
npx http-server
```And then open: http://localhost:8081/bootstrap-table-examples
## Local server
```bash
cd bootstrap-table-examples
yarn
cd server
node app.js
```## reporting issues
All issues need to be submitted to the main project, not this examples repo.
Please read: [CONTRIBUTING.md#bug-reports](https://github.com/wenzhixin/bootstrap-table/blob/develop/CONTRIBUTING.md#bug-reports) and post issue to [issue](https://github.com/wenzhixin/bootstrap-table/issues), thanks!