Questions tagged as 'bootstrap-table'

3
answers

How to update the table (bootstrap-table) via JS after registration?

Once you register (within a modal), the table must be updated automatically. But I can not. NOTE: Languages I'm using are PHP and JS. In jsfiddle, there is a small demonstration, in the JS tab is the (else) code that I am trying to do to upda...
asked by 12.02.2016 / 18:07
1
answer

How to load the information inside the modal (bootstrap 3.3.6)?

I'm wanting that in modal, after clicking on the option view, it loads the information. However, it only loads ID 1 from the table, regardless of which table item I want to display. It always brings the same information. Below is the code for ho...
asked by 15.01.2016 / 13:05
1
answer

Refresh Bootstrap-table

The problem is that I can not get the table (bootstrap-table) to update the data after the registration. I'm trying to do this via JS, but to no avail. I've tried the following: - JS - $.post($form.attr('action'), $form.serialize(), functio...
asked by 10.02.2016 / 14:55
1
answer

BootstrapTable: get the data-index by the row obtained by the getSelections method

I have a table in my project where I use the BoostrapTable plugin, which has a column with radio button enabled (date -radio="true"). To retrieve the data from the record marked in the table via javascript I use the $(tabela).bootstrapTa...
asked by 09.05.2018 / 18:25
0
answers

'load' method does not work bootstrap-table

Hello, I'm trying to load data and popular table bootstrap-table through an ajax call, but it does not work with método load . Trying método data works normally. Table <table id="table-anexo" class="table table-stri...
asked by 01.08.2018 / 17:41
1
answer

Jquery Table Selector with bootstrap

I have a table in bootstrap and in one of the columns I have a hidden record button. I wanted to click on the existing input, that this button appeared. I'm tired of trying to do several selector methods but so far none has worked. What I...
asked by 07.03.2017 / 14:13
1
answer

CRUD with jQuery, PHP and SQL Server: table with total, subtotal and auto filter

Hello, Community! I have tested some jQuery plugins to generate table that support CRUD. Here's my review of them. jQuery jTable Excellent plugin, but has annoying limitations like horizontal scrolling, which does not exist. If you h...
asked by 03.12.2015 / 19:30