skip to Main Content

bootstrap table stuck "loading please wait" – Jquery ajax

I'm trying to insert some data from an API into a table with bootstrapTable but I'm stuck on "loading.." What's wrong in my code?? Many thanks for your help! <table id="table" data-toggle="table" data-height="460" data-ajax="ajaxRequest" data-search="true" data-side-pagination="server" data-pagination="true"> <thead> <tr> <th…

VIEW QUESTION
Back To Top
Search