Questions tagged as 'table'

1
answer

Changing content of a TD

I'm trying to make a function change the contents of a TD cell in my table. I want to move from: <td id="tdDespesas" style="border-right:1px solid #FFFFFF;border-bottom: 1px solid #FFFFFF;">{label_orcadoRealizado_despesas} <img...
asked by 24.08.2015 / 16:19
1
answer

Table Cell Moves Alone

I have a table that loads a list of data, however in IE (from time to time) some cells move out of the table. This started to occur when I started using the bootstrap. Can anyone help? Follow a print:     
asked by 21.08.2015 / 21:55
1
answer

Alternative for padding-nevative in table

I have a table, where I need to decrease the padding of the lines of the same. If I could use a padding-bottom: -XXpx; e padding-top: -XXpx; it would solve my problem. However, it is not possible to use negative values, as far a...
asked by 19.06.2015 / 21:53
0
answers

Autocomplete in a cell of a table

I'm having trouble adapting this autocomplete example to my table. I want to put autocomplete in the designation cell. What happens is this: HTML TABLE <table class="table table-striped table-bordered" id="vendaTabela" width="100%" &...
asked by 03.03.2015 / 17:14
2
answers

Table does not want to be vertical

I wanted to know what I was doing wrong, because I created a table in the template taking information from an api. He wanted to sort himself vertically rather than horizontally. <!Doctepyhtml><html><head><title>Tested...
asked by 29.04.2018 / 00:25
2
answers

How to refresh a bootstrap table after giving update?

Next in the lines of my bootstrap table when I click opens a modal where I can change the selected information after click. I wanted that right after I clicked the button to change, my table (and only it) would update without needi...
asked by 01.12.2016 / 15:09
1
answer

How to make two loops for the same code only go varying the columns of the courses and the columns of the questions?

I have a date.frame with many codes in the rows and many columns of questions, I'm making the simple frequency of each question would like to know how to vary the courses and questions at once, without having to manually repeat the code I gene...
asked by 09.06.2018 / 17:14
1
answer

Split table into 4 columns with PHP

I have the code below that prints from 28 to 31 lines (according to the month) and I wanted to instead of printing 1 below the other to make 4 columns of 8 or so the layout gets better. My code <table border="0"> <?php $to...
asked by 25.07.2016 / 08:33
1
answer

Bootstrap-Table Jquery how to individually edit a column in the event of loading table?

Bootstrap-Table Jquery how to individually edit a column in the event of loading table? I've tried unsuccessfully using the all.bs.table and data-load-success events. for(i=0;i < data.length; i++) { total_media = parseFloat(total_med...
asked by 23.09.2017 / 06:07
1
answer

How to set up a table with Current Week Number plus the next 15 Weeks

How can I set up a table (HTML + PHP) using the current week number and the next 15 weeks, for example: Semana Atual é 29 então teremos 29+15 = 44 The table will display information from the database for week 29 through week 44 follows a...
asked by 15.07.2015 / 14:29