wenzhixin / bootstrap-table

An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)
https://bootstrap-table.com/
MIT License
11.72k stars 4.44k forks source link

jsFiddle examples #1765

Closed wenzhixin closed 5 years ago

wenzhixin commented 8 years ago

Basic

Style

Align

Sort

Format

Hide Header

Columns

Card View

Select

Toolbar

Group

Detail View

Pagination

Bootstrap4

Events

Methods

Locales

Editable

Export

Context Menu

Filter Control

More example

mastermike14 commented 8 years ago

can you add these to the site?

wenzhixin commented 8 years ago

Added to http://bootstrap-table.wenzhixin.net.cn/examples/

saquibm commented 5 years ago

How to auto refresh JSON content in background? If I am not using data-url function but instead using $getJson method.

wenzhixin commented 5 years ago

@saquibm You can use refresh method to do this:

$table.bootstrapTable('refresh', {silent: true})
danielnjoo commented 5 years ago

These are no longer on the link above, gives 404... spent me a long time to find this, but solved 99% of my problems!

djhvscf commented 5 years ago

See this https://examples.bootstrap-table.com/

guomengtao commented 5 years ago

try use English learning bootstrap-table

ferrinweb commented 4 years ago

Hi, there are some error log in jsFiddle example page. Refused to apply style from 'https://rawgit.com/wenzhixin/bootstrap-table/master/src/bootstrap-table.css' because its MIME type ('') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

wenzhixin commented 4 years ago

Please use our Online Editor instead.