NOTE: Bootstrap Table is licensed under the The MIT License. Completely free, you can arbitrarily use and modify this plugin. If this plugin is useful to you, you can Star this repo, your support is my biggest motive force, thanks.
Use API:
Basic Table
Activate bootstrap table without writing JavaScript.
| Item ID | Item Name | Item Price |
|---|
Transform Table
Transform table from an existing, unformatted html table.
| Item ID | Item Name | Item Price |
|---|---|---|
| 1 | test1 | $1 |
| 2 | test2 | $2 |
| 3 | test3 | $3 |
| 4 | test4 | $4 |
| 5 | test5 | $5 |
Table Style
| Item ID | Item Name | Item Price |
|---|
Aligning Columns
Use align and halign options to set the alignment of the columns and their header.
| Item ID | Item Name | Item Price |
|---|
Sort Table
Basic
| Item ID | Item Name | Item Price |
|---|
Custom
| Item ID | Item Name | Item Price |
|---|
Format Table
| Item ID | Item Name | Item Price |
|---|
Hide Header Table
| Item Name | Item Price |
|---|
Show Columns Table
Basic
| Name | Price | Columns1 | Columns2 | Columns3 | Columns4 |
|---|
Large Columns
Card View Table
| Name | License | Description | Url |
|---|
Table Select
Radio
| Item ID | Item Name | Item Price |
|---|
Checkbox
| Item ID | Item Name | Item Price |
|---|
Disabled Checkbox
| Item ID | Item Name | Item Price |
|---|
Single Checkbox
| Item ID | Item Name | Item Price |
|---|
Table Toolbar
Basic
| Item ID | Item ID | Item Name | Item Price |
|---|
Custom
@
| Item ID | Item Name | Item Price |
|---|
Pagination Table
Client Side
| Item ID | Item Name | Item Price |
|---|
Server Side
| Item ID | Item Name | Item Price |
|---|
Table Events
Basic Events
Here is the result of event.
| Item ID | Item Name | Item Price |
|---|
Column Events
| Item ID | Item Name | Item Price | Item Operate |
|---|
Table methods
| Item ID | Item Name | Item Price |
|---|
Via JavaScript
More examples via JavaScript