Bootstrap-table: Loading message doesn't hide unless data-url is used

Created on 6 Feb 2015  路  10Comments  路  Source: wenzhixin/bootstrap-table

When using the examples from the docs, it always shows "Loading, please wait...". The data loads correctly and the table displays properly, other than this message not going away.

Most helpful comment

Had the same problem. This helped me! It was bootstrap-table.css missing to include. Thank you

All 10 comments

I am having the same problem, had to add "data-url='x'" as a temporary fix.

Can you provide a jsFiddle?

seems to be missing css file..

my problem was in production build

Maybe you missing css file just like @thiagof said. There is no problem in these examples: http://issues.wenzhixin.net.cn/bootstrap-table/#options/from-html.html and http://issues.wenzhixin.net.cn/bootstrap-table/#options/from-data.html

Had the same problem. This helped me! It was bootstrap-table.css missing to include. Thank you

have the same issue and the css is well loaded
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js">
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js">
src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.12.1/bootstrap-table.js">

Same issues still! I have downloaded the min files and still does not work!

add; data-url="#myTable" and ok

Same issue. I have tried everything all of you said here and the problem persists. If I inspect the code the data is there, but the load message doesn't disappear

image

This is probably a CSS issue. Please make sure your importing the CSS file and it is in the correct order

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jesussuarz picture jesussuarz  路  17Comments

gadget00 picture gadget00  路  16Comments

loveleshsaxena picture loveleshsaxena  路  20Comments

sxahmed picture sxahmed  路  19Comments

wenzhixin picture wenzhixin  路  35Comments