Questions tagged as 'table'

1
answer

Problem Pulling data from different tables to Inputs

I'm having a drawback problem pulling values that are within two tables different to some inputs. When you click on a tr of table the script created pulls its values and it sends to some Inputs that are...
asked by 23.05.2018 / 01:00
1
answer

Remove information from within an array with angle

I have an array with some information and it always comes with 4 numbers in front of the names: {id: 1810, name: "2652joaodasilva", username: "", password: ""} {id: 2744, name: "3704DiegoSerri", username: "", password: ""} I would like to...
asked by 28.03.2018 / 21:27
0
answers

How to create table in d3 using a json key, key, value?

I wanted to create a table in d3.js and by data in json within the table, my json is as follows: freqData=[ {State:'2004',freq: {Diabetes:30, Alzheimer:0, Cancer:920, Others:0}} ,{State:'2005',freq:{Diabetes:400, Alzheime...
asked by 27.03.2018 / 18:59
1
answer

How to export mysql table to table in excel

I have a nice system where the user registers on one page and sees another. However, the user of this system wants to be able to export this table which is exactly my table in the database to a giant Excel tab that it has. I have no idea h...
asked by 08.03.2018 / 15:08
1
answer

I'm looking for a way to transform JSON into a table automatically in the chorme

My university has a facile website, so I set up schemes to be notified in the discord (using a plugin called Distill and a webhook) every time a note changes. However, the addresses I am updating to check for changes show text in JSON. And disco...
asked by 10.02.2018 / 19:28
1
answer

Line number in table

I have a table and I want it to appear when the information button is clicked on the next line (which is hidden). For this I would have to get the value of the td that I clicked and enable with the display: block only the line with value of t...
asked by 02.02.2018 / 17:47
1
answer

Adding Scrollbar to a table (Table)

I would like to know how I can add a scrollbar to a table, I added css max-height properties but it did not work, I only got such behavior, it is only observed when I add the display block property, columns does not fill 100% of the width ... Wh...
asked by 30.01.2018 / 19:49
2
answers

Using @Table Hibernate

How do I use the @Table annotation of hibernate using a variable that returns the name of the table, for example @Table(name = "dep4"+Dados.getCodEmp) ? I am using this form but I get the following error: The value for annotation...
asked by 31.01.2018 / 12:11
0
answers

How to merge two tables with repeated primary keys?

I have two tables that we need to unify in one, in a complete way: Consider everything in the first, see if it hits the second and what does not beat or repeat, include in the end lines. Note that key 2 is replayed in the second table, so a p...
asked by 11.01.2018 / 12:04
1
answer

Item composition of the same SQL table

Well, I started studying MySQL recently and I found a question I could not solve: An ITEM table has the columns (PK) cd_item, nm_item, ds_item, cd_type_item, the problem in the case is that an item can be formed by the composition of 2 or 3 item...
asked by 13.12.2017 / 04:31