Basic
Table For Url
Activate bootstrap table without writing JavaScript.
LID | First Name | Last Name | Score |
---|
Table From Data
Transform table from an existing data.
ID | First Name | Last Name | Score |
---|
Style
Classes
Useheight, classes, striped
options andclass, width
column
options to set the styles of bootstrap table.
LID | First Name | Last Name | Score |
---|
Align
Usealign
,halign
andvalign
options
to set the alignment of the columns and their header.
Name | Star | Description |
---|
Rowstyle
UserowStyle
option to set the row style of bootstrap
table.
LID | First Name | Last Name | Score |
---|
Cellstyle
UsecellStyle
column option to set the cell style
of bootstrap table.
Name | Star | Description |
---|
Sort & Hideheader
Basic Sort
se sortName
, sortOrder
, sortable
options, and sortable
, order
column
options to set the basic sort of bootstrap table.
LID | First Name | Last Name |
---|
Format Sort
Use formatter
column option to format the display
of bootstrap table column.
Name | Star | License | Url |
---|
Custom Sort
Use sorter
column option to define the custom sort
of bootstrap table.
LID | First Name | Score |
---|
Hide Header
Use showHeader: false
to hide the header of bootstrap
table.
LID | First Name | Last Name | Score |
---|
Columns & Select
Basic Columns
Use showColumns
, minimumCountColumns
options, and visible
, switchable
column options to show the columns menu list use to switch.
Name | Price | Columns1 | Columns2 | Columns3 | Columns4 |
---|
Large Columns
Bootstrap table support large columns, it will auto to show the horizontal scroll bar.
Radio Select
Use clickToSelect
, selectItemName
options
and radio
column option to show a radio select
table.
Name | Price | Columns1 |
---|
Checkbox Select
Use clickToSelect
option and checkbox
column option to show a checkbox select table.
Name | Price | Columns1 |
---|
Other
Card View
Use cardView: true
option to show Card View.
Name | Star | License | Description | Url |
---|
Toolbar
Use toolbar
option to define the custom toolbars.
Name | Star | License | Description | Url |
---|
Pagination: Client Side
The default side pagination of table is client
.
Item ID | Item Name | Item Price |
---|
Events
Item ID | Item Name | Item Price |
---|