# bootstrap-table-examples **Repository Path**: tilerlgt/bootstrap-table-examples ## Basic Information - **Project Name**: bootstrap-table-examples - **Description**: Bootstrap table examples - **Primary Language**: HTML - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-01-26 - **Last Updated**: 2023-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README bootstrap-table-examples ====================== [Bootstrap Table Examples](http://issues.wenzhixin.net.cn/bootstrap-table) [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) ## Usage ### clone & init ```sh git clone https://github.com/wenzhixin/bootstrap-table-examples.git cd bootstrap-table-examples git submodule update --init npm install ``` ### download from zip * Download [bootstrap-table-examples](https://github.com/wenzhixin/bootstrap-table-examples/archive/master.zip) * Download [bootstrap-table](https://github.com/wenzhixin/bootstrap-table/archive/master.zip), unzip to `assets/bootstrap-table` * Download [multiple-select](https://github.com/wenzhixin/multiple-select/archive/master.zip), unzip to `assets/multiple-select` ``` cd bootstrap-table-examples npm install ``` ## run ```sh node app ``` ## reporting issues All issues need to be submitted to the main project, not this examples repo. Please read: https://github.com/wenzhixin/bootstrap-table/blob/develop/CONTRIBUTING.md#bug-reports and post issue to: https://github.com/wenzhixin/bootstrap-table/issues, thanks!