Most voted "table" questions
Use this tag when the question refers to a table-only resource, information or problem, which is an HTML tag used to define a table.
Learn more…493 questions
Sort by count of
- 
		1 votes4 answers1089 viewsHow to change the color of the radio button text when losing selectionI am trying to change the color of the radio button text when losing the selection. It turns out that these radio Buttons are on several tables. The rule is as follows: The screen will be loaded… 
- 
		1 votes1 answer1880 viewsHow to take the horizontal line from the table in bootstrapEven reading several articles on the net about table https://v4-alpha.getbootstrap.com/content/tables/ https://www.w3schools.com/bootstrap/bootstrap_tables.asp I couldn’t get a question out. How to… 
- 
		1 votes3 answers1263 viewsHow to make a field from a clickable table?I’m doing a project where when I click on employees, it opens a page with a list of employees as you can see in the photo. I need the name of each employee to be clickable, so that later, I can open… 
- 
		1 votes2 answers79 viewsGet row item except for one columnHello! I would like a help regarding the click on a table. When I clicked on the row came the data of this row, except when clicked on a specific column (column 3 for example), because I want to do… 
- 
		1 votes0 answers81 viewsForce table header to follow width of other columns dynamicallyI’m using flexbox to do everything on the site, including the table, first tried using the basic structure of a table (thead, tbody and tfoot), but I couldn’t, so I tried to do it with simple rows… 
- 
		1 votes1 answer24 viewsInformation registered at the bank is exchangedI have a form that sends the information to a bank and a page that takes this information and prints it in table format. However, the information in this table is appearing exchanged and when I try… 
- 
		1 votes1 answer926 viewsHow to make Inner Join in associative table?Tables and Indexes: CREATE TABLE CLIENTE( IDCLIENTE INT PRIMARY KEY AUTO_INCREMENT, NOME VARCHAR(30) NOT NULL, SEXO ENUM('M','F') NOT NULL, ID_CARRO INT UNIQUE ); INSERT INTO CLIENTE VALUES… 
- 
		1 votes2 answers120 viewsHow do I make the image to be centered on the table<html> <head> <title> Teste inicial </title> </head> <body> <table style= "width:480" "height:480" border="1"> <tr> … 
- 
		1 votes1 answer19 viewsLike the second cell in the last column?Whoa, guys, blz? How to line up this table? It is giving way here the Browser is not recognizing that has 8 lines, and with this he is throwing the second cell to the right. <table class="table"… 
- 
		1 votes0 answers208 viewsremove right columnBased on a script of the answer to that question: Dynamic table with angular Where it creates a dynamic table with angular, but it cannot exclude the right "cell", it always excludes the last… 
- 
		1 votes0 answers133 viewsScript for Indesign Tables (Javascript)I created a script for Indesign using Javascript, however I am not able to create a last command to complete it: myTable (); function myTable(){ app.selection[0].tables.everyItem().appliedTableStyle… 
- 
		1 votes1 answer26 viewstable is not created in mysqlcreate database mbsys default character set utf8 default collate utf8_german2_ci; ''this generates normal'' create table PESSOA ( ID_PESSOA int (10) not null, NOME varchar (40) not null, CPF int… 
- 
		1 votes1 answer594 viewsIs there any way to put Scroll on TBODY?I have a table where the amount of items listed on TBODY is quite large and I would like to add a scroll, setting the maximum size of the TBODY at 500px. I tried to do this, but it didn’t work (I’m… 
- 
		1 votes1 answer812 viewsPass value for input inside tableThe problem is this: I have a input product search, I type it filters and add in the table "items"; in the table "items" have input that filters services with value, and then I give split() take the… 
- 
		1 votes2 answers977 viewsTable body with overflow:scroll misaligned relative to header (HTML/CSS)I have an alignment problem in a table where I needed to apply a scroll bar in the body, leaving the header fixed. It happens that the body cells are misaligned in relation to those of the header.… 
- 
		1 votes1 answer167 viewsBootstrap - Paint a whole row less a specific columnThe code above almost works, just can not paint in the first column, how can I solve this ? $('table').on('click', 'tr', function () { if ($(this).hasClass('table-info')) {… 
- 
		1 votes1 answer712 viewsHow to bring information from the database and insert it into a table (bootstrap)Good afternoon! I have been trying 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 curling up… 
- 
		1 votes2 answers917 viewsSelecting previous CSS elementI’m trying to select the other parent element of a table, but this not rolling track CSS. HTML <table> <tr> <td> <div> <input type="radio" class="voo-radio"… 
- 
		1 votes1 answer504 viewsDocument.Write with variable does not printWhy the window.document.write(valores) nor the $("body").append(valores) do not print on screen? <!DOCTYPE html> <html> <head> <link rel="stylesheet"… 
- 
		1 votes0 answers166 viewsStoredprocedure in SQL-Server passing a C#List parameterI would like to pass a list of parameters to a precedent, how to do this process? I did some research and I thought it is possible to create a TABLE TYPE and use it in the parameters of the past,… 
- 
		1 votes0 answers354 viewsDelete registration from the javascript React tableGood morning, I’m having trouble erasing data from an API, My intention would be to put a Button in a column and when clicked on that Button the data of the respective row would be deleted. This is… 
- 
		1 votes1 answer976 viewsHow to insert dynamic lines in HTML table, and already define a class ante-handI have an HTML table and I am creating your lines dynamically using appendChild(), I just can’t seem to define className dynamically on these lines, in the third column - "VALUE". See how this: var… 
- 
		1 votes0 answers22 viewspulling from a form to a tableI have a form where I want to write that data there and insert it into a table <form> <div class="form-group"> <label for="recipient-name" class="col-form-label">DATA DO… 
- 
		1 votes0 answers23 viewsAdd a die to a table’s specific cellI have a form with an hourly filter and would like to add an X in a specific cell for that table time when click the button and it add a new line with the chosen field marked with the X this and my… 
- 
		1 votes1 answer54 viewsThat paints the cell when it printa xI’m trying to get him to paint the cell table when he prints the x there, but it’s not working. <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta… 
- 
		1 votes1 answer31 viewsPlacing table titles in the tableI want to reduce the size of this table but the title (the schedules) fixes the size of it there so I wanted to play the titles standing to timinur the table space… 
- 
		1 votes1 answer334 viewsCreate a new table for optional valuesDo you have a problem creating a new table for fields that are not mandatory ? For example in the address table (cod_addressee, path, zip code, number, complement) where add-on is an optional field,… 
- 
		1 votes0 answers461 viewsTurbo Table with Checkbox - PrimengHello, I am using Typescript, Angular 5, Primeng and Java for ERP system development. My front has a screen so that the user can choose the days of operation of the establishment. This screen has a… 
- 
		1 votes1 answer47 viewsTable with mobile/tablet resolution spacingDeveloping an email marketing, I came across spacings (of approximately 1px) that appear between the columns but this spacing only appears in resolutions smaller than 980px. The code was generated… 
- 
		1 votes1 answer50 viewsCalculate items from a tableI need to calculate table items and show in a given field of my page. Currently it is like this: <div class="pacientes"> <div class="pacientes-header"> <i class="fa… 
- 
		1 votes2 answers3182 viewsHow to decrease Bootstrap table height?Sirs, I made a table in bootstrap, but I want to decrease the height of the line, It is possible to change directly from the table or I need to adjust in bootstrap.css? <table class="table… 
- 
		1 votes1 answer620 viewsHow to place the scroll bar on the tableI have a table with a bar (overflow-x) to roll sideways. The bar is under the table, but I’d like it to be on top. I’ve taken it off the div, put it back, tried to put the print on the bar before… 
- 
		1 votes1 answer48 viewsHow to put the overflow bar on top of the tableI have a table with a bar (overflow-x) to roll sideways. The bar is under the table, but I’d like it to be on top. I got the bar to rotate the table 360 degrees and the bar 180 degrees, but it gave… 
- 
		1 votes0 answers109 viewsTable checkbox in Javafx selects alone when I move the scroll barHello! I am learning javafx and I have a table with a checkbox column, when the application starts it lists right in the rows of the table. The problem is that when I select the first two for… 
- 
		1 votes1 answer323 viewsCopy table cell by clicking buttonI am developing a system and I need each button to copy its information, but I am having problems with the command select() and document.execCommand("copy") as you can see in the image, where is my… 
- 
		1 votes1 answer135 viewstake data from a given lineI have a table. In each row there is a button. At the time the user clicks, I need to get all the data of this line. It is a common table, where data is inserted dynamically, along with the button.… 
- 
		1 votes2 answers85 viewshtml page does not interpret css class inserted on button at runtimeI wrote the following code: $(document).ready(function() { $(".addAssunto").click(function() { var tr = '<tr>' + '<td>' + '<input type="text" class="form-control no-border"… 
- 
		1 votes1 answer1305 viewsRound edges table CSS3Good morning guys, I’m trying to round the edges of a table I’m using, but I can’t change either by the css file or by the style tag inside the element itself. Would anyone know the problem with my… 
- 
		1 votes1 answer1164 viewsWhat is the appropriate use of display: table?As its name says, the display table makes the element (Divs, sections, etc.) have a very similar behavior to a table with the tag <table>, where we can use child elements with the property… 
- 
		1 votes1 answer57 viewsCheck if a tag has a class using TypescriptI am creating to do a search in a Bootstrap table according to what the user selects in a select. For this I am putting a class with the value equal to the value of <option> of select. I’m… 
- 
		1 votes1 answer954 viewsHow to take the value of a selected line from an html tableI would like to click on a row of the table to return the value of the selected column only. My code brings all values of the tags td however as the table will be dynamically mounted need it to… 
- 
		1 votes0 answers195 viewsLatex - How to turn a table into a longtable?I have a table that got too grid. I would like to turn it into a long table. How do I ? I have tried to delete Begin{table} and change Begin{tabular} to Begin{longtable}, but it did not work. The… 
- 
		1 votes1 answer65 viewsChange the value of a Slider in each table rowI’m in trouble, I don’t have much experience with Javascript and jQuery and need to do the following. I have a table, each row is a product and has a value. I need to add a percentage to this value… 
- 
		1 votes1 answer43 viewsAdd equal lines from different tables in RI am having several tables with three columns as output, for example: Inicial Final Mudanca 1 1 200 1 3 500 3 1 250 3 3 175 Tabela 2 Inicial Final Mudanca 1 3 180 1 5 265 3 3 147 3 7 155 I need to… 
- 
		1 votes2 answers69 viewsForm not returning Angular dataI’m making a form and after saving the client I want to list the customers. I performed the code but on the screen is not returning the data but is appearing the line after registering a new client,… 
- 
		1 votes1 answer510 viewsSearch using Javascript only in all table fieldsThe script which I will post just below copied from the answer to that question: Static search list using Javascript instead of PHP, that was made here in the community. window.onload=function(){… 
- 
		1 votes1 answer232 viewsResponsive table with scroll if screen is smaller than dataI am having difficulties in a certain responsive point of the site I am creating. I need a north. In this image the side menu is closed, occupying less space. As my div has fixed size it remains the… 
- 
		1 votes2 answers91 viewsHow to hide thead when all tbody tr are hidden?Good evening, I am trying to make a search bar that Filtre by cells between various tables, and I would like this search hide the <thead> of the tables that do not possess results… 
- 
		1 votes0 answers10 viewsSearch for content in more than one column (Ttable)I am developing an application in Delphi 6, that I need to perform a search in more than one field in a Ttable, using only a search field. Currently, the search is being done only in a field looking… 
- 
		1 votes1 answer25 viewsProblem when inserting new row in tableI need to include new rows in this table with their respective columns: <div class="tasks-group-new-area"> <input class="input-task" type="text" placeholder="Add Task"> <button…