Usage
The Bootstrap Table plugin displays data in a tabular format, via data attributes or JavaScript.
Via data attributes
We can also use remote URL data by setting data-url="data1.json"
on a normal table.
You can also add pagination
, search
, and sorting
to a table like the following table.
Via JavaScript
Call a bootstrap table with id table via JavaScript.
We can also use remote URL data by setting url: 'data1.json'
.
You can also add pagination
, search
, and sorting
to a table like the following table.