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 votes1 answer199 viewsCreating columns in tables through variables in javaHello, I would like the help to solve the following problem: I have a table, but its columns can be defined by user-defined variables. For example, the user defines a1, B1 and C1, from which the… 
- 
		1 votes1 answer199 viewsUpdate table with data from another table decreasing characterHello, I have the bank BDMCOM1 that has a table Product Balance and a column Quantity with values like: 1,000. But I have another bank BDMCOM1_V3_ALEA that also has the table Product Balance and… 
- 
		1 votes0 answers1168 viewsHow to refresh the table without updating the whole page?I am developing a system in PHP, and put some buttons to activate and delete the line but the same only returns the result if I refresh the whole page, wanted something more dynamic in the table.… 
- 
		1 votes3 answers3400 viewsField value related to another field of another table?In MS Access I have two tables: tbCursos and tbPeople tbPeople contains: ID, Nome, CursoID, CursoNome; tbCursos contains: ID, Nome; It is possible to make the field CursoNome table tbPeople have the… 
- 
		1 votes1 answer101 viewsHow to automatically add lines (label) to an Uicollection in Swift?In my application I managed to use Uicollection to show a "table" with horizontal scrolling containing the purchase information of the customer with header, but now I have another question, I need… 
- 
		1 votes1 answer798 views
- 
		1 votes3 answers132 viewsExchange td value after validationI 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>… 
- 
		1 votes2 answers560 viewsCenter a td according to width sizeGood morning... I am creating an email marketing and it is responsive, ie the td are with float left and when decreasing the size of it it will fall one under the other. My problem is... when I… 
- 
		1 votes1 answer217 viewsJavascript Onrowclick Returns to HTML With All RowI would like to return all values within the , ie Row One - A - 1 and so on each time I click on a Row, but currently I can only print Row One. <div id="divTable"> <table id="userTable"… 
- 
		1 votes1 answer5121 viewsC# - How to add results from a SELECT to a List and use the list to Popular a TableEverything all right? I’m new in C# and I’m stuck in a little problem with a project in Visual Studio: I am developing a project with DAO standard (DATA ACCESS OBJETC). I have an interface… 
- 
		1 votes2 answers152 viewsAdd column in a table already used by a program, could it harm the functioning of it?I have a Postgresql database that is used for an application developed in Delphi, but now I will have to use this same bank for a new application that will be developed in Java, need some columns… 
- 
		1 votes1 answer87 viewsButton that increases the limit of mysql_queryHello guys I’m wanting that when I press in the div with the class "boot" the following line change: $albuns = mysql_query("SELECT * FROM albuns ORDER BY id DESC limit 4"); making the limit increase… 
- 
		1 votes1 answer649 viewsChange table with jquery javascriptI 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 in the table. I needed that when adding again an item that is… 
- 
		1 votes1 answer4509 viewsFreeze row of an html tableI would like to know how to freeze a row of an html table, for example I would like to freeze the 1 row of the table, for when I descend the scroll it accompanies, could someone help me? I tried to… 
- 
		1 votes1 answer142 viewsIs there a table breaker in Lua?I’m wondering this because I want to know if one table is the same as another, if it’s an empty table or something. 
- 
		1 votes1 answer142 viewsIs there a table breaker in Lua?I’m wondering this because I want to know if one table is the same as another, if it’s an empty table or something. 
- 
		1 votes1 answer649 viewsChange table with jquery javascriptI 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 in the table. I needed that when adding again an item that is… 
- 
		1 votes1 answer318 viewsEnable buttons in columns of a table with jqueryI need to enable the row buttons of a table whose contents in the first column are equal to the value I have in a variable. I’ve tried many ways but it doesn’t work Follows the code:… 
- 
		1 votes1 answer648 viewsHow to display a result using 2 selectsI have two table, Products and Orders. I need to create a combobox for products and when the user choose a product, the page has to display all orders related to the product, if I choose another… 
- 
		1 votes1 answer89 viewsDrop Index with SQL variableI’m an inexperienced grasshopper and I’m looking to make an automatic script for myself. This script I created in batch and I can go smoothly to the installation of SQL, database restore and… 
- 
		1 votes1 answer715 viewsUpdate table html after registering user using ajaxHello, I have a following js code to register a user. $(function() { $('#cadastrar_usuario').submit(function(event) { event.preventDefault(); var formDados = new FormData($(this)[0]); $.ajax({ url:… 
- 
		1 votes1 answer2563 viewsImport XLS to PgadminI am trying to import a spreadsheet with information from a database table, however, when I try to import, give the following message: field 'md5' must have a value However, there are values in this… 
- 
		1 votes1 answer75 viewsHow to Switch Between Table ValuesCode <table border="1px" width="33%"> <th bgcolor="silver">Trocar de Posição</th> <tr> <td id="cel_01">Texto 1</td> </tr> <tr> <td… 
- 
		1 votes2 answers70 viewsIs it possible to do this with table td?Okay let’s see: //PHONE <table> <tr> <td>COL 1</td> <td>COL 2</td> </tr> <tr> <td>COL 1</td> <td>COL 2</td> </tr>… 
- 
		1 votes1 answer2650 viewsAutomatically leave dates in orderHow do I leave my table that has dates organized in order, type, has the cells: date of issue; name; expiration date; situation, I wanted my table organized by date of expiration automatically when… 
- 
		1 votes2 answers82 viewsRelationship of 1 attribute with different tablesEverybody, good afternoon, everybody. I’m modeling my database (Mysql) and a question has arisen. In the bank, among others, I have the following tables: Employees - Sectors - Subsidiaries An… 
- 
		1 votes0 answers83 viewsBlock entries beyond the value stipulated in PHP formI have a course administration system where the teacher registers a class and the student accesses a page with a table with all classes and enrolls in what he thinks best. The problem is that many… 
- 
		1 votes1 answer673 viewsTake column from HTML tableI searched here at Sopt, but I didn’t find this question... How to get all values of a column in HTML? I just found how to get value from a cell, the idea is to then make a filter with the same… 
- 
		1 votes2 answers247 viewsQuery in the same tableI have a movement table that has worker’s record and related events, wanted a query that returns only the records that have exactly the events E1,E2 and E3, in the case of the above example the… 
- 
		1 votes1 answer38 viewsDelete Rows from a table except a MYSQL amountI have in a table the columns: codigo, cliente, token_md, val, cartcodigo, clientenome, clientesobrenome, clientecpf, clientenascimento I need to delete exactly 46,550 rows from this table, no order… 
- 
		1 votes1 answer44 viewsI’m trying to print the x on the screen but gives error in data tableI’m trying to make a table puts an x in the file location. The table code worked, but I want to put in a jquery datatable but it is not accepting it takes the plugin confg or error the table code is… 
- 
		1 votes0 answers18 viewsImages in header using docx4JI am using docx4j and all the images I try to put in the Word file header, can not load the image. Does anyone know why? When I insert the image into the body of the document, the image is normally… 
- 
		1 votes1 answer30 viewsHow to keep a list of alternate backgrounds when searchingI have a gray background list in the item:Nth-Child(Odd) but when I do a search a None display is inserted in the items that contain nothing related and end up messing the order of colors, I need… 
- 
		1 votes0 answers31 viewsMultitable search problem with phpI need to have my script search multiple tables within the same database. I don’t want one table to be related to another or necessarily combined, I just need the site’s search system to search for… 
- 
		1 votes2 answers2085 viewsLine break inside a table cellI have a common table in my HTML, but when a <td> has a great content line breaking does not happen, even adding CSS: table td, th { padding: 5px; white-space: pre-wrap; }… 
- 
		1 votes1 answer772 viewsplace table elements in a listI have an empty table , and then a javascript code that allows you to fill the table through input. What I want is to put all the information of this table in an array (depending on the number of… 
- 
		1 votes1 answer112 viewsAdd Textbox’s results from one page to another HTML page tableI have an HTML page with an empty table and when I press a button, it directs me to another page where there are 5 inputs , what I intend to do in javascript is to put the result of these 5 inputs… 
- 
		1 votes1 answer3648 viewsSort HTML tablesI have 2 tables that were initialized in HTML but that join rows and columns through 2 Javascript functions. HTML Table 1: <table id="myTable" > <thead> <tr>… 
- 
		1 votes1 answer567 viewsComplex HTML table with bootstrapHow to make more complex tables in html and use bootstrap? I searched the web, but I couldn’t understand it very well. how can I create this table in HTML, and use bootstrap. Someone would have to… 
- 
		1 votes0 answers122 viewsHow to style a table with first column horizontally and header fixed verticallyI’ve had a problem for two days, and I can’t fix it. I need to create a table where the first column is fixed horizontally, but allows moving vertically, and the header is fixed vertically but… 
- 
		1 votes1 answer54 viewsPayment details of installments of insurance policiesI am finding it difficult to model an "Payment Details" entity, where it contains the numbering of an insurance policy or endorsement, with information such as gross premium payable, IOF, total… 
- 
		1 votes1 answer728 views
- 
		1 votes1 answer215 viewsStretch an element div over the entire length of the tableI have a table with many columns that leave the screen of the screen. Above this table I have a div with a h2. I’m not getting that div expands beyond the screen to cover the entire width of the… 
- 
		1 votes1 answer118 viewsHow can you find a word in the text of a table?I’ve made several attempts with this logic: <html> <head> <script> window.onload = function(){ var filtro = document.getElementById('nome').value; var tabela =… 
- 
		1 votes2 answers1368 viewsHow to pass the dynamic id of a Div to a javascript function?I am making a dynamic table in html and need to present the subtable only when clicking on the tr of the main table, follow the example. $(function () { $('#toggle3').click(function () {… 
- 
		1 votes4 answers901 viewsTable element with several lines but different number of cells, how to center?(HTML)Good, I have a doubt, in a table I have 2 tr one with 4 td’s and another with 3 It would be possible to transform this: on a table like this: but without having to create 2 tables that is, to have… 
- 
		1 votes1 answer7308 viewsRow height problem in an HTML tableI used the following code to show some data in a table: <table> <thead> <tr heigth="2px"> <th align="left" width="180">Nr DBC</th> <th align="left"… 
- 
		1 votes2 answers327 viewsFixed first row table using Material Design LiteHello I am using Material Design Lite, I need to leave fixed the first row of the table and scroll the rest of the content. <table class="mdl-data-table mdl-js-data-table mdl-shadow--2dp">… 
- 
		1 votes1 answer1325 viewsHow to fix the last column with horizontal scroolbar?I’m using a simple plugin: http://www.jquery-bootgrid.com/ How can I leave last column fixed ? Here is an example of a fixed column:… 
- 
		1 votes1 answer177 viewsCreating a "match" system with days of the week and different periods between two matchesWhen I was doing a university project, I came across a problem that proved to be an obstacle. I need to create a system whose user is required to select days of the week and periods (night, day,…