# bootstrap-table-fixed-columns **Repository Path**: ielab/bootstrap-table-fixed-columns ## Basic Information - **Project Name**: bootstrap-table-fixed-columns - **Description**: bootstrap-table-fixed-columns 填坑之旅 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-02-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bootstrap-table-fixed-columns #### 介绍 bootstrap-table-fixed-columns 填坑之旅 #### 修复问题 checkBox、cardView、sortable #### 引用 > # bootstrap-table-fixed-columns > Fixed Columns extension of [bootstrap-table](https://github.com/wenzhixin/bootstrap-table) > ## Demo > * [Via JavaScript](http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/fixed-columns.html) > * [Via data attributes](http://jsfiddle.net/wenyi/e3nk137y/2946/) > * [Fixed height](http://jsfiddle.net/wenyi/e3nk137y/2954/) > ## Options > ### data-fixed-columns / fixedColumns > * type: Boolean > * description: set `true` to enable fixed columns. > * default: `false` > ### data-fixed-number / fixedNumber > * type: Number > * description: the number of fixed columns. > * default: `1` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request