Questions tagged as 'tabela'

0
answers

Jquery is loading only the first item in the table

Good morning, I have a table that displays the budgets (coming from the bank) within a while loop ... For each budget there is the button to see more details, where it opens a modal And in this modal, the values of each product are inse...
asked by 25.09.2016 / 14:57
1
answer

Generating new table rows with different textarea names

Hello, I'm trying to find a solution to my problem, I do not understand anything about javascript, but if anyone can help me, I appreciate it. I have the following script that adds new rows in my table whenever I click a button, it works perfect...
asked by 16.09.2016 / 02:55
1
answer

Right-aligned table rows

I want the rows in my table to be right-aligned and the column heading centralized, can anyone help? The code looks like this: <p:column sortBy="totalApontado"> <f:facet name="header"> <h:outputText id="columnHeader_totalAp...
asked by 10.12.2015 / 19:15
1
answer

Save all PHP results to a single table in HTML

In my host it has an index.html with a form that is linked to a login.php that takes the results that the user typed and saved in an HTML table in the root of the site. The problem is that a table is created for each user and I want the data of...
asked by 25.09.2015 / 23:53
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
0
answers

Turn table rows into columns with css

I have a question / problem here. I wonder if you can help me. I have a table, made up of tbody, tr and td, but I would like to turn the rows into columns, except that I need to stay for example 3 records per line let's say, on the third, it bre...
asked by 19.06.2015 / 07:28
0
answers

Temporary Table CodeIgniter + JS

I have the cad_novo_produto.php screen where it contains a table and when I click on new it will open a popup named cad_componentes_produto where information will be entered, and will return the screen cad_novo_produto.php...
asked by 19.02.2015 / 16:10
1
answer

More than one relationship in the same model

My client class has a one-to-one relationship with endereco and one-to-many with contacts. How would the functions be in Cliente to work? and Migrate ?     
asked by 30.09.2014 / 13:44
1
answer

Get a value from another field other than id

I have the following tables: 1 - AssignmentsLogs with the following fields: Id, OrderNode, Contributor and DataAtribution. 2 - StateLoves with the following fields: id, StatusId, and Status. The OrderID is equal to the IdEst. Now I w...
asked by 05.01.2018 / 18:45
2
answers

Insert Image into a table already created

I have two tables - alunos(id, nome, email...) and fotos(id, imagem, id_aluno) . I need to add an image to each student already created. I had idea to make a select that appears all the students and then, selecting, to add...
asked by 26.04.2016 / 21:25