Questions tagged as 'table'

1
answer

How to draw the horizontal row of the table in the bootstrap

While reading various articles on the net about table link link I could not get a doubt. How to draw the horizontal line of the table in the bootstrap Below I leave an image as an example of a simple table where there are 3 lin...
asked by 29.06.2017 / 19:27
3
answers

Change td value after validation

I have the following HTML code <table> <tr> <td class="x">10</td> <td class="x">10</td> <td class="x">12</td> <td class="x">18</td> </tr> </table> Using jquery I can ge...
asked by 24.10.2016 / 00:47
1
answer

Give way to search for word in the text of a table?

I made several attempts with this logic : <html> <head> <script> window.onload = function(){ var filtro = document.getElementById('nome').value; var tabela = document.getElementById('lista'); filtro.onkeyup = function()...
asked by 08.01.2017 / 05:01
2
answers

Remove border that separates columns from a table

Good evening! I'm trying to remove the border that separates the columns from a table, but it does not work. The table is this: <table border="0"> <td> <tr> <img src="http://depositodetudo.pe.hu/hospedagem3/...
asked by 24.11.2016 / 04:20
2
answers

How to remove and add a certain TD

Within each tr there are several buttons (add and remove) and their respective td (s), how do I know that certain tr should I delete if I click on one of the add or rem buttons? Also wanted to add a new tr of c...
asked by 19.06.2015 / 16:44
1
answer

Get column of HTML table

I searched here in SOpt, but I did not find that question ... How to get all values from a column in HTML? I just figured out how to get value from a cell, the idea is to make a filter with it I currently use a class in <td> ,...
asked by 09.03.2018 / 14:01
1
answer

Document.Write with variable does not print

Why do not window.document.write(valores) nor $("body").append(valores) not print on the screen? <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0...
asked by 05.02.2018 / 00:59
1
answer

As the second cell of the last column?

Opa galera, blz? How to align this table? It is giving a stick here the Browser is not recognizing that it has 8 lines, and with this it is playing the second cell to the right. <table class="table" width="100" style="width: 100%!important;...
asked by 30.10.2017 / 23:21
1
answer

How to bring information from the database and insert into a table (bootstrap)

Good afternoon! I have tried to bring information from the database 'user' and insert it into a table that follows the bootstrap syntax. But because of the complexity of tags I end up wrapping myself around: (    The goal is: > Select a tea...
asked by 28.12.2017 / 22:17
1
answer

Is there any way to put Scroll on TBODY? [duplicate]

I have a table where the amount of items listed in TBODY is quite large and I would like to add a scroll by setting the maximum size of TBODY to 500px. I tried to do this but it did not work (I'm using Google Chrome) #sc...
asked by 13.11.2017 / 13:23