# bootstrap-table-fixed **Repository Path**: evolver/a_column_based_on_bootstrap_fixed_table ## Basic Information - **Project Name**: bootstrap-table-fixed - **Description**: 基于bootstrap固定表格某列 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-04-08 - **Last Updated**: 2023-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于bootstrap固定表格某列 ```` $('#fixedTable').bootstrapTable({ onLoadSuccess: function (data) { $("#fixedTable").fixedTable({ right: 1, //left: 2, fixedType: "right" //left,right,center }); } });