Questions tagged as 'html-table'

0
answers

Add label on high charts using html table

I'm not able to add a label in my type pie chart from my HTML table. Is it possible to do this? grafico.grafico007 = { getData: function() { url = ajaxurl + "Relatorios/rel007"; data = grafico.getDataPadrao(); $.get(url, data,...
asked by 16.12.2015 / 14:34
1
answer

Bootstrap popover with table-responsive

I'm using Bootstrap v3. And I need to filter the fields of the tables. I chose to use this example as a basis. I am now having a problem, when I am viewing my table (is table-responsive) on a mobile device, what happens is that the filter b...
asked by 02.04.2014 / 12:24
1
answer

Group data related to a column

I'm having trouble grouping schedules by date. I have a table in html that is populated from an sql query. The idea would be to list in a column the date and in the other column all the schedules referring to that date without having to jump...
asked by 05.07.2016 / 13:28
1
answer

Problems generating a table [closed]

I'm having a hard time making a table. Could someone make a table that shows the times an employee did during the month? the idea would be to show the beating of employees during the month. In my bank would have the table that would keep thes...
asked by 27.06.2016 / 21:57
1
answer

Array for Table PHP

I have the following code that connects to an ftp and back a list. But I can not get him to mount a Table with this list. Does anyone know how to do it? $ftp_server = "ftp.site.com.br"; $ftp_user = "USER_FTP"; $ftp_pass = "SENHA_FTP"; $conn_i...
asked by 29.03.2016 / 22:44
2
answers

Required does not work

I would like the fields not to be sent in white, so I tried using the required .. but it is not working. What is the reason? <form action="https:/----Site---" method="POST"> <input type=hidden name="oid" value="00Dj0000001qrS...
asked by 09.11.2015 / 13:03
1
answer

Delete generated table and re-create with other data

I have this table which will be generated with values of checkboxes that I select. HTML: <table class="table table-hover" id="table"> <thead> <tr></tr> </thead> <tbody> &l...
asked by 05.02.2015 / 12:43
2
answers

Table being rendered by Firefox with different border thicknesses

I'm having a problem specifically for tables rendered in firefox. I need to use the border-collapse property in my tables to join the borders of the cells. But when firefox renders the table, the edges are different thicknesses as shown below....
asked by 04.04.2014 / 16:13
2
answers

How do I not repeat the value of a html cell

How do I not repeat the value of a cell in a html table? For example I do not want to repeat the value of cell **DataPedido** The query that will return the data is this: var _listaPedido = from _pedido in _pedidoAuxiliar...
asked by 08.12.2016 / 10:56
1
answer

How to convert html to CSV using R programming

I have the file of lotofacil downloaded on my desktop and 'a table with the lotus historical numbers and this in html file: /// C: /Users/sergio/Desktop/D_LOTFAC.HTM , I use R program and would like to convert it to CSV, any suggestions? Tha...
asked by 23.01.2016 / 10:33