Bootstrap-table: Bootstrap 4 Issues

Created on 29 Jan 2018  路  14Comments  路  Source: wenzhixin/bootstrap-table

Basic table setup, the pagination is not working and the number of records is stuck on 10. Is there something I am missing using the latest 1.11.1 version and the latest BS4.

                <table data-toggle="table"
                       data-search="true"
                       data-pagination="true"
                       data-show-footer="true"
                       data-striped="true"
                       data-cookie="true"
                       data-cookie-id-table="usercollection">

image

All 14 comments

image

Please include a JSFIDDLE example.

Here you go, you can plainly see that the pagination is broken and the popper dropdown (record number 10, 25) is barely working.

https://jsfiddle.net/qsapzxnr/1/

Is there a way to link to the development version mentioned earlier?

What happens if you remove the data-pagination-loop="false" ?

JSFIDDLE

You can see from your example it moves the pagination from right to bottom left but same issue no pagination style and the dropdown options via popper are not looking very boostrap-like.

You can see from the v4 example it should look like this? Do we just have to wait for v1.11.2?

http://issues.wenzhixin.net.cn/bootstrap-table/#options/v4.html

image

How about this JSFiddle - copied from the jsfiddle examples with your table body

Can you explain where you got those JS/CSS resources? Is that a newer version of the 1.11.1 released version? I tried those as well, really confused on why it is not working. Still have the non-styled pagination and rows dropdown box.

I think you made a mistake, you are still using bootstrap 3 for this example.

image

@wenzhixin Just noticed the example http://issues.wenzhixin.net.cn/bootstrap-table/#options/v4.html is using bootstrap 3 as well. Anyway we can get a quick BS4 update, mainly looks like the pagination and dropdowns.

I can confirm the problems. Got them all ...
Fix would be nice ...

It would be nice to get a statement here from @wenzhixin or any other comitter if there is a schedule for a bs4 release of bootstrap-table. Youre useres are waiting desperately for it...

It is best option for a simple table. With the new automatic col specification it could be really great.

1.12.1 released

Thank you.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Valery1991 picture Valery1991  路  31Comments

iamthestreets picture iamthestreets  路  20Comments

typo3ua picture typo3ua  路  23Comments

antonioaltamura picture antonioaltamura  路  15Comments

hello-code picture hello-code  路  29Comments