Questions tagged as 'table'

2
answers

How to read comments from MySQL table fields?

This command    SHOW COLUMNS FROM [table name]; Show the fields of a table and the most important details of them I need to read the field comments, eg:    COLUMN cod_id INT (10) UNSIGNED NOT NULL COMMENT 'CODE   CLIENT '...
asked by 09.08.2018 / 15:42
2
answers

Hide table td in some cell resolutions

I have an HTML page on bootstrap and it is already responsive. But I need that when they access the site in a certain resolution defined by me hide only one of a table this is possible?     
asked by 02.10.2017 / 15:02
1
answer

how to group result mysql while inside table html php [closed]

Good afternoon someone can give me a light I'm trying to organize the data within the while, now I can get the data and put it in the normal table so my problem is when there are many items inside a volume of it gets repeated a lot of time the n...
asked by 09.07.2017 / 22:32
2
answers

How to create sum row at the end of table

I have a page with a table that shows information on the amount of items planned to be performed and the number of items actually made at the end of each month. If the amount of predicted items is greater than that of items made the cell turn...
asked by 13.07.2018 / 14:27
2
answers

Select combobox from a click on the table row

I have a combobox and a table: I would like every time when clicking the table, select the item in the combobox according to the click. Following is an example of the problem. Try to click multiple times in the table. At first it works,...
asked by 14.07.2017 / 15:33
3
answers

PHP- Table with repetitions in loops using multidimensional array

Hello, I need to make a table like the but using this array: $teste = array(); $teste[0]['produtos']['nome'] = "Produto 1"; $teste[0]['produtos']['descricao'] = "Descrição do produto 1"; $teste[0]['produtos']['valor'] = 50; $teste[0]['produ...
asked by 04.10.2017 / 03:15
1
answer

Store value in an ArrayList ArrayList

Hello, I have a question regarding storing the value I get from a table in an arraylist from arraylist. How should I do to store? For example: Private ArrayList<ArrayList<String>> valorMatriz = new ArrayList<ArrayList<Stri...
asked by 21.07.2016 / 20:58
2
answers

Generate array with table contents with jquery

Hello I'm trying to retrieve the elements of a table and move to a jquery array that will be used in ajax I create the td dynamically: var newRow = $("<tr>"); var cols = ""; cols += '<td class="tdProduct...
asked by 17.04.2016 / 01:00
2
answers

SQL - put null values in 0

I have a pivot table that returns me some null values in SUM(1) . I wanted them to be zero rather than null, but I can not. Original pivot table SELECT Description AS Categoria, [ACS], [URO] FROM (...
asked by 02.06.2015 / 13:31
3
answers

PHP as per the path and name of a file in variables

Hello. I have a table that should show the name of the files and the date they were updated, but nothing appears. In HTML I only have <table><?php tabela("/arquivos/formularios/*.*"); ?></table> And in PHP: function tab...
asked by 08.08.2014 / 20:38