Posts by André Albson • 187 points
6 posts
-
-1
votes1
answer58
viewsQ: Click the Actions button of each Row of the table every 2 seconds
I have a table with 4 columns, and the last one a "Send" action button, where it will trigger an email. I need to create a loop where every 2 seconds Jquery clicks the Send from a Row action. After…
-
4
votes3
answers212
viewsA: What Does This CSS Code Do ?
Basically, it will before and after (before/after) add a space and display in table format (display: table;).
-
4
votes3
answers1203
viewsQ: How to update the table (bootstrap-table) via JS after registering?
After registering (within a modal), the table should be updated automatically. But I’m not getting it. NOTE: Languages I am using is PHP and JS. In jsfiddle, there’s a small demo, in the JS tab is…
-
1
votes1
answer1558
viewsQ: Refresh Bootstrap-table
The problem is that I can’t get the table (bootstrap-table) to update the data after the registration. I am trying to do this via JS, but without success. I tried the following: -- JS --…
-
2
votes1
answer1760
viewsQ: How to load the information inside the modal (bootstrap 3.3.6)?
I’m hoping that in the modal, after clicking on the display option, it will load the information. However, it only loads the ID 1 of the table, regardless of which table item I want to view. It…
-
7
votes1
answer1358
viewsQ: How to activate the modal through the option in a select?
Example: When I select the "Volvo" option, the modal appears... <label>Recinto</label> <select class="form-control" data-toggle="modal" data-target="#cria-recinto"> <option…