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">


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" ?
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

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.

@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.