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
-
0
votes2
answers788
viewsHow to create a dynamic table in Word via Delphi?
I have documents .doc/.docx, that I am doing the replacement of Tags, but now I need to create a dynamic table, based on a select, in these same files that I am replacing tags. This table must be…
-
0
votes1
answer214
viewsDo not repeat any printing page
Ola, I’m having a problem. I don’t want to print the table header (thead) on each printout sheet and currently every time I print the table and it doesn’t fit on the sheet the table header repeats.…
-
0
votes1
answer527
viewshow to group mysql while result inside php table
Good afternoon someone can give me a light I’m trying to organize the data inside the while, Today I can take the data and put it in the normal table only my problem is when there are many items…
-
0
votes0
answers1736
viewsDifficulty interpreting database diagram
Good evening. I am having some problems interpreting a diagram that from it I will make a sql database. My programming skills are not very good and I would very much appreciate a help. In case I…
-
0
votes2
answers821
viewsHide table <td> in some mobile resolutions
I have an HTML page in bootstrap it is already responsive. But I need that when you access the site in a certain resolution defined by me hide only one of a table that is possible?
-
0
votes1
answer1114
viewsPlugin Bootstrap Table - English translation
Hello! I believe I have done the plugin loading and translation correctly, but is not translating. Can you help me ?…
-
0
votes1
answer171
viewsControl employee point card
I need to make a chart that shows if the employee missed it or not. if you don’t have to show your point beats in front of the respective date. Can someone help me?? Example: In my bank I have…
-
0
votes0
answers24
viewsA product reference various sizes in the database. How to do?
Hello! I am developing a Java system with Postgresql, and now I have reached a stage where I am with a great difficulty. I have three tables that need to relate, are they: Product: code,…
-
0
votes1
answer1276
viewsTake the column values of the clicked row and pass inputs
Here is the function to take the table row value, and pass to inputs, if I take the lines that were loaded from the error database but when, insert a new item into the table, then I take the value…
-
0
votes1
answer1276
viewsTake the column values of the clicked row and pass inputs
Here is the function to take the table row value, and pass to inputs, if I take the lines that were loaded from the error database but when, insert a new item into the table, then I take the value…
-
0
votes0
answers41
viewsFailure to perform Sqlite Insert
When executing this code snippet, returns the error below. What can be the cause? public class LivroDaVendaDAO { // sqlite private ConexaoSQLite sqliteDataBase; // nome da tabela de livrosDaVenda…
-
0
votes1
answer50
viewsSplit string into parts with 2 parameters to find
Here is the code that takes description of the 2 column of the table var descricao = $(elemento).closest('tr').find('td').eq('1').html(); that and the description CALIFORNIA [2,90] [BRE25] [3x80]…
-
0
votes1
answer292
viewsItem composition from the same SQL table
Well, I started studying Mysql recently and found a question that I couldn’t solve: An ITEM table has the columns (PK)cd_item, nm_item, ds_item, cd_tipo_item, the problem in this case is that an…
-
0
votes2
answers74
views -
0
votes1
answer50
viewsRemove information from within an angled array
I have an array with some information and that always comes with 4 numbers in front of the Names: {id: 1810, name: "2652joaodasilva", username: "", password: ""} {id: 2744, name: "3704DiegoSerri",…
-
0
votes0
answers76
viewsproblem with tablesorter
I wonder if it is possible to manipulate the research of tablesorter? I have a list with several records and pages, but when I have searched, it is only searched by the page. How do I search across…
-
0
votes1
answer28
viewsProblem When pulling data from different tables for Inputs
I’m having a problem pulling the values that are within two tables different for some inputs. When clicking on a tr of table the script created pull your values and sends to some Inputs that are on…
-
0
votes1
answer659
viewsPopular table with data according to input range values
I need to popular some li that form a table, according to the data placed by the user in the input range, for example if the user choose 200.000 would like to return me 3 tables with suggestions of…
-
0
votes1
answer3286
viewsPopular table with data from a JSON
Hello, I need to popular a table according to what the user chooses in an input range, example in the range he chooses the value R$200,000 ai at the end of the form fill returns me a table (made…
-
0
votes1
answer133
viewsSearch data from a database table
I ask for your help in my code. I’m creating a php code that can make reservations for certain cars, the basic thing is to book the car for user x I can already do. The problem, which will actually…
-
0
votes2
answers85
viewsHow to create summation row at table end
I have a page with a table that shows information on the number of items expected to be performed and the number of items that were actually performed at the end of each month. If the quantity of…
-
0
votes2
answers426
views -
0
votes1
answer608
views -
0
votes1
answer62
viewsGenerating new table rows with different textarea Names
Hello, I am trying to find a solution to my problem, I do not understand any javascript, but if anyone can help me I appreciate it. I have the following script that adds new lines in my table…
-
0
votes2
answers823
viewsHow to read comments from Mysql table fields?
This command SHOW COLUMNS FROM [table name]; Shows the fields of a table and the most important details of them I need to read the field comments, example: COLUMN cod_id INT(10) UNSIGNED NOT NULL…
-
0
votes1
answer36
viewsHow to make the table more dynamic?
I have to create a little game. It’s a one-word table. The letters of the word will all be mixed and the user has to write the word correctly by clicking on each letter before the time ends. I’m…
-
0
votes1
answer1069
viewsHow to take data from a dynamic HTML table to register?
I have the following situation: I’m trying to log the data from Protocol checklist, but this data is inside a dynamic HTML table, as shown in the following image: When trying to save this data, only…
-
0
votes1
answer3140
viewsHow to change data types in fields in a table in mysql at once
I have the following table: create table pessoas( id tinyint, nome char, peso float, altura float(3), sexo int(1), nacionalidade varchar (20) ); But I want to change all the fields at once alter…
-
0
votes0
answers61
viewsJquery is only loading in the first table item
Good morning, I have a table that displays the budgets (coming from the bank) within a while loop... For each budget there is the button to view more details, in which opens a modal And in this…
-
0
votes1
answer254
viewsCapture the value of a table cell and save to a variable via jQuery
I have the following table <table class="table"> <tbody> <tr> <td scope="row">teste</td> <td id="teste" name="teste" class="teste">1</td> </tr>…
-
0
votes2
answers37
viewsCount Out of a Ranking
I have a movie ranking system on my website and I need it NAY show how many users recommended such a movie, here’s my code : $query = "SELECT DISTINCT filmes, count(filmes) FROM filmes_rec GROUP by…
-
0
votes2
answers611
viewsFix rows in table
I have the following table: .mytable { width: 100%; height: 150px; overflow-y: auto; } .header, .footer { //position: absolute; } <table border="1" class="mytable"> <tr class="header">…
-
0
votes2
answers1038
viewsPython - creating table
I have two variables (coordinates X,Y) that I am taking this information from a table . plt, I would like to save them in another table. I’d like the table to look like this X Y 10 48 10 50 20 30 I…
-
0
votes1
answer341
viewsHow to pull data from BD to Table ? (REACTJS + NODEJS + API)
I want to create a table (this table is already created in my frontend - only html and bootstrap) and that it contains information from my database, that is, from the people registered in my…
-
0
votes1
answer99
viewsHow to compare two columns and return the sum?
Personal talk, I have the following table below, what I want is that it adds the Price (Column D) of all books with the Situation (Column AND) "Sold". I know I can do with the PROCV function. But I…
-
0
votes1
answer94
viewsTable with select and Submit
Hello friends I’m trying to make a table, being for each table item appears a <select> and a submit that will send data via POST, as it is relative how many units will appear it is not…
-
0
votes2
answers42
viewsHow to place multiple ordered outputs in a table
I need help to improve visualization, can anyone help me ? I’m using C #include <stdio.h> int main() { int tab, mult, result; printf("Tabuada de 1 a 9.\n"); tab = 1; for (tab = 1; tab <= 9;…
-
0
votes1
answer175
viewsIs there a command in sql server that returns the number of records in a table?
I have a table called client with several customers already registered and I want to filter all customers who are the same age and get an entire number of these records, in case the amount of…
-
0
votes1
answer41
viewsTable Responsive keeping width and height of cells
How can I improve this formatting so that this table is well represented on a mobile screen? You can adjust the code so that if the page width is decreased, new lines are created with automatic…
-
0
votes1
answer103
viewsHow to build Tukey test tables in R
I have several analyses of Tukey’s test done in R and I would like to transform the obtained tables into tables with the aspect that can be seen in the image. Is there any more or less automatic way…
-
0
votes1
answer31
viewsTable Selector with Id
Good morning, I have an excerpt of Javascript code that I am adding a row in the table, but when I implement in the system there is more than one table, I need to specify which one is with the id…
-
0
votes2
answers1433
viewsHow to refresh a bootstrap-table after giving update?
Next, in the rows of my table bootstrap when I click opens a modal where I can change the selected information after click. I wanted that right after I clicked on the change button, my table (and…
-
0
votes1
answer2381
viewsSort a column of a table in alphabetical order
I have the following table and the respective code and I intend to sort the table alphabetically in order to get " AC / BD / IC " instead of what is. //javascript para adicionar elementos function…
-
0
votes1
answer56
viewsSeparate string data from a table into other tables
Good morning, I have a table called TP_SAN_SRV, which is the table that has the blood type and blood factor, but I need to separate them in two, where the blood type and blood factor are separated.…
-
0
votes1
answer56
viewsSeparate string data from a table into other tables
Good morning, I have a table called TP_SAN_SRV, which is the table that has the blood type and blood factor, but I need to separate them in two, where the blood type and blood factor are separated.…
-
0
votes0
answers22
viewsHow can I make tables like this with html and css?
How to make tables like this in html ? I’m half Noob in front end tried with bootstrap and it didn’t look cool. https://i.stack.Imgur.com/cg18t.png…
-
0
votes0
answers214
views -
0
votes2
answers1635
viewsSearch all columns of a table
I’m using the function below to do a "live" search on a table. The problem is that I want it to bring data to all columns, and it’s currently only bringing the first. function pesquisaTabela() { //…
-
0
votes1
answer900
viewsresult: print JS variable value in <td>
I am developing a code in which the user inserts the value to be downloaded, in the result is presented the amount of ballots of each value that will be released in the operation. Well, the logic is…
-
0
votes3
answers109
viewsI’m not able to delete the client index with Javascript (Angularjs)
I have a table with several columns, formed through an array with several positions (on average 50 clients), need to delete the result according to the client’s condition, if the client is PENDING…