Questions tagged as 'table'

2
answers

Overflow table body: scroll misaligned relative to the header (HTML / CSS)

I'm having an alignment problem in a table where I needed to apply a scrollbar on the body, leaving the header fixed. It occurs that the cells of the body are misaligned in relation to those of the heading. Manipulating thead width did not achie...
asked by 11.12.2017 / 12:26
2
answers

How do I get the image centered on the table

<html> <head> <title> Teste inicial </title> </head> <body> <table style= "width:480" "height:480" border="1...
asked by 14.10.2017 / 07:49
1
answer

Is there a table decoder in Lua?

I'm wondering why I want to know if one table is the same as another, whether it's an empty table or something else.     
asked by 23.07.2017 / 23:42
4
answers

How to change the color of the radio button text when you lose the selection

I'm trying to change the text color of the radio button when I lose the selection. It happens that these radio buttons are in several tables. The rule is as follows: The screen will be loaded with some one radio button selected per table. When t...
asked by 20.06.2017 / 19:49
4
answers

Table element with several lines but different number of cells, how to center? (HTML)

Well, I have a question, on a table I have 2 tr one with 4 td's and another with 3 It would be possible to transform this: in a table like this:  butwithouthavingtocreate2tablesThatis,havingdifferentcellnumbersin2rows,butcenteringcells.He...
asked by 16.02.2017 / 12:18
1
answer

Drop Index with SQL Variable

I am an inexperienced grasshopper and am looking to make an automatic script for myself. This script I created in batch and I can go without problems until the installation of SQL , restoration of the database and execution of some Querys....
asked by 28.06.2016 / 21:58
1
answer

Enable buttons in columns of a table with jquery

I need to enable the row buttons in a table whose contents of the first column are equal to the value I have in a variable. I've tried it in many ways but it does not work Follow the code: $("body").delegate('#btnFecharCaixaEditaEvento', 'c...
asked by 02.06.2016 / 17:59
1
answer

Change table with javascript javascript

I have a dynamically created order table, the user selects the item, the quantity, and whether it is for loan or not, and adds the item to the table. I needed that by adding an item that is already inserted into the table (for example, the mo...
asked by 26.05.2016 / 19:15
2
answers

How to arrange the table so that photo and information are on the same line?

I need the image and property information contained in the table to be at the same height, but I do not know how to fix it. Here are the photos of how you are and how I wanted to: FollowtheHTMLcode: <!DOCTYPE html> <html lang=...
asked by 19.03.2016 / 16:46
1
answer

C # - How to add results from a SELECT into a List and use the list to Popular a Table

All right? I'm new to C # and I'm stagnating on a problem with a project in Visual Studio: I'm developing a project with DAO (DATA ACCESS OBJETC) standard. I have an interface that is responsible for the methods that will perform the persisten...
asked by 17.03.2016 / 03:33