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
votes1
answer47
viewsHow to fill table with information from a database?
So my people, first of all, I’d like to say that I’m a beginner and I started learning this week so take it easy on me, please u.u So I’m going through a test site here and I have the following…
-
0
votes1
answer184
views -
0
votes1
answer118
viewsHow to use date table bootstrap
I wanted to use this date table, to search a lot of database data. I could, but it takes 12 seconds to load the page. Because you have a lot of data on file. Someone has an example of how you could…
-
0
votes1
answer302
viewsImporting an HTML Table into a Database
Hello, I’m a beginner in Django and JS. I’m having a lot of trouble importing an HTML table into an SQL database. has how to do this? Would it be better to collect this data and import directly into…
-
0
votes1
answer323
viewsHow to adjust Table Width in PDF?
I am exporting a report to PDF but the colors and widths are not working. $campo = $service->relatorioOrcamentario($data); $tabela = '<table border="1">';//abre table $tabela…
-
0
votes1
answer49
viewsHow to transfer an HTML table into a Data Frame
I’m trying to integrate a python script with an HTML table How can I do that follows my schedule. <table data-spy="scroll" class = "table-responsive-sm" id="table-prem" > <thead> <tr…
-
0
votes0
answers65
viewsMake a table thead fixed and tbody have scroll - HTML and CSS
I have an item listing screen and everything on it is fixed, nn can have the scroll on the side, but inside this screen has a table and this table can have the scroll but the only thing q can scroll…
-
0
votes1
answer1156
viewsTake the value of the <tr> the user clicked on a dynamic table
Hello... I’ve had a problem for many days and I can’t fix it. The situation is as follows: I have a table that is created dynamically from the existing data in the database: When the user hovers…
-
0
votes1
answer442
viewsShow and Hide Table Lines
There is in the code the button displays/hidden, referenced a Javascript function, however, the button only works by bringing the last record of the bank, never the record referring to the row that…
-
0
votes1
answer93
viewsUncheck Checkbox
I need a function that unchecks the checkbox when the row passes the table. Currently, when I move the row from one table to another, the checkbox is still checked and this hinders, I need that when…
-
0
votes1
answer609
viewsTable with class table-Striped does not change line color
Good evening everyone, I am trying to change the color of a row in a table with the table-Striped (zebrad) class, but it seems that the table-Striped rule overrides my rule: tr…
-
0
votes3
answers50
viewsBring data from Table and returns no results
Guys I’m having a problem searching data in a table, follow code. PHP CODE <?php $servidor = "localhost"; $usuario = "vitor"; $senha = ""; $banco = "funcionarios_db"; $mysqllink =…
-
0
votes1
answer86
viewsAlignment Table HTML5 content
Good afternoon, everyone, someone can tell me which change is missing in my code so that my table has data below the column shown in the photo? Below is a picture of the expected result and my code:…
-
0
votes2
answers67
viewsPlacing data in the same column (table) HTML5
Good morning, everyone, I’m trying to put three images in the same column, but I’m not getting it. Would anyone know the error of my code? Follow image of where I would like to put the data and the…
-
0
votes1
answer492
viewsExport HTML table to dynamic Excel with the user
I have a table in html where the user will put the values, after informing the values in this table, I must export as excel. Currently the code is exporting only the values "th", I can not identify…
-
0
votes1
answer168
viewsChange View of Table
There is the possibility that I can create a menu, where I can choose which fields to show in my table? for example, I have a class with the following attributes: Name, Colour, Dating, Cpf, Rg, Id.…
-
0
votes1
answer29
viewstable returning null
when I try to get the values that are in the table with the following code: document.getElementById("#tbl-info"); and is returned null html: <table id = "tbl-info" class = "table table-bordered"…
-
0
votes1
answer30
viewsJquey - How to take actions with dynamic elements of a table?
I’m making a table that is fed dynamically with database values. In this created table I put a field to insert the "quantity" and a button disabled by a class. I want to enable the button as soon as…
-
0
votes1
answer259
viewsInsert icone into a table
I have the following code in a file . Vue: <template> <div class="col-6"> <ModalRegister/> <div class="col-12"> <b-table hover :items="rowData"></b-table>…
-
0
votes1
answer335
viewsHow to insert multiple data at once into the database coming from multiple inputs with the same name?
I am generating lines through javascript for the user to register several information at once in the table. When I send the request, the database only records a record and needs it to take all the…
-
0
votes3
answers885
viewsTable not getting Responsive bootstrap 4
I’m venturing into the frontend just like the backend. I’m having a hard time making my table responsive. What is the best way to make a user profile,leaving it in cell phone size? <table…
-
0
votes1
answer61
viewsTable color yes/ color no by jquery
I need to change the color of the table row according to the date that appears. Equal dates need to have equal colors. It is system that registers when the employee hits the point. data_inicial =…
-
0
votes1
answer41
viewsI need to add two columns using XSL
Hello I need help to add two columns in a report. The below follows what I have already done: XML -<MaterialCrossSects> <MaterialCrossSect name="ATERRO - PISTA" cumVolume="0" volume="0"…
-
0
votes1
answer2216
viewsTable filter by name in React
I’m developing an application in React where it shows a table with data from an Array that comes from an API, put a filter to search by name and the table changes according to the user’s input. The…
-
0
votes1
answer58
viewsCSS Grid Tables creating new lines when they shouldn’t
I need to create a grid with 4 tables within a fieldset, which should have 2 rows with two tables each. But instead of putting two tables side by side on the lines, the code creates a new row for…
-
0
votes0
answers55
viewsLatex - How to merge columns to correct spacing error in the last column of the table?
Hello! I’m trying to merge the third column of the attached code table but I’m not able to develop a code that can eliminate the spacing error in the last column. Note that the text of the third…
-
0
votes0
answers37
viewsCreate temporary table with another table structure while maintaining the primary key constraints
I am layman still in postgresql and would like someone’s help. I created a temporary table (as mentioned in the postgresql manual): CREATE TEMP TABLE IF NOT EXISTS s_agendatemp (like s_agendamento…
-
0
votes2
answers33
viewsSelect in 3 tables returning multiple Oids
Script only works by returning a single codpro (4609), needed it to return several SELECT a.filial, a.codpro, b.descricaolonga , a.quant, a.estminimo, c.filial AS 'filial ped', c.quant AS…
-
0
votes1
answer50
viewsAdd a column where its values are already the result of another sum
I have 2 tables in a database, one contains the purchase orders, another contains the items of these purchase orders, this data is obtained from an import from another system so I do not have…
-
0
votes0
answers30
viewsSearch only when you click the button
I’m trying to make an advanced search system with Angularjs, but I have a problem when finishing the search. The code is this: <div ng-init="friends = [{name:'John', phone:'555-1276'},…
-
0
votes0
answers58
viewsAlign 2 Information in a column with Table Using *ngFor
So I’d like to line up my table, currently it’s coming like this: But the expected would be something like: in this case, each part of the object in a given row column (showing both the status and…
-
0
votes0
answers43
viewsModify Pagination in table using Ant Design
Hello, I’m new to React and researching a little bit about some React UI, I found Ant Design. I followed the example of the site using the Table component, but the pagination is not the same as the…
-
0
votes1
answer24
viewsHow to place a button that is in the form and in the same row in a table column?
My problem is this: I am wearing bootstrap4 and would like to put the three buttons on the same line. how I proceed? <td class="col-4"> <a href="/FAQCategory/{{ $FAQCategory->id }}"…
-
0
votes2
answers118
viewsCreating Table from Javascript how to insert a Button element?
Good night all right ? I’m trying to create a direct table in Java and include a column with a button, but I couldn’t create it the way I need to. the most I could was to put the button has all the…
-
-1
votes2
answers696
viewsInsert Image into a table already created
I have two tables - alunos(id, nome, email...) and fotos(id, imagem, id_aluno). I need to add an image to each student already created. I had an idea to make a select that shows all students and…
-
-1
votes1
answer585
viewsSplit table into 4 columns with PHP
I have the code below that prints from 28 to 31 lines (according to the month) and wanted instead of printing 1 below the other make 4 columns of 8 more or less for the layout to be better. My code…
-
-1
votes1
answer60
viewsHow to make two loops for the same code just go varying the column of the courses and the columns of the questions?
I have a data.frame with lots of code in the rows and lots of columns of questions, I’m doing the simple frequency of each question I would like to know how to vary the courses and questions at…
-
-1
votes1
answer385
viewsTake data from a column in a view and insert it into a table
good evening, I have a problem, I want to take the data of a column in a View I created and put this data in a column of a table, follow the code I used to create the View, I’m already two weeks…
-
-1
votes2
answers68
viewsCheck ID with a single foreach
I wonder if you have a certain id, without having to do two foreach @forelse($surveys as $survey) @forelse($survey->users as $user) @if($user->id == $auth()->user()) AÇÃO @empty @endfor…
-
-1
votes1
answer250
viewsTransform HTML Table into Excel
good afternoon! I am some time trying to turn a table dynamically coming from the database to an Excel file. The procedure I do is to take this table via Javascript, send it to a PHP file via Ajax…
-
-1
votes1
answer76
viewsPHP html table generator
the purpose of this table is simple, when I put the information in the textarea it should appear and when I do not fill the cells of this table also should not appear, well until then everything is…
-
-1
votes2
answers17
viewsAdjust columns in Tkinter Table
I’m using Tkinter in Python, and also using Table. In my code I have a line, as follows: table = Table (frame, dataframe=frame_input['id', 'name', 'usando_limit', 'telephone']], width = (width -…
-
-1
votes1
answer406
viewsBootstrap-Table Jquery How to edit a column individually in the table load event?
Bootstrap-Table Jquery how to individually edit a column in the table load event? I have tried unsuccessfully using all.bs.table and data-load-Success events.. for(i=0;i < data.length; i++) {…
-
-1
votes1
answer2632
viewsFill table with database data. (Mysql and Bootstrap 4.1)
Save people, I’m trying to fill a table with data coming directly from the database (Mysql). I’m new to the web, I managed to put together a sketch of what I’m trying to do. If anyone can give some…
-
-1
votes1
answer327
viewsHow to join the cells of a table
Good night! I’m doing a WHILE of the data coming from the database to a table using css but I couldn’t get the table cells together and with the same border. An example of the table I made: table{…
-
-1
votes2
answers85
viewsBootstrap with loop
Good evening person!! Someone can help me? I’m trying to make a zebra table but the lines aren’t getting different colors, gray and white. I have a while in the code, using php. <div…
-
-1
votes1
answer50
viewsHow do I show the results of a certain year?
I’m trying to make a code where it only shows the results of a year but so nothing appears. <?php $conn = mysqli_connect('localhost','root','','formulario'); $resultado = mysqli_query($conn,…
-
-1
votes1
answer58
viewsRemoval of repeated values between two tables with VBA
I need help with the elimination of equal values between two tables. I have two tables with several different fields, they have a common field called cellular, one table has the number in the format…
-
-1
votes1
answer93
viewsHow to return a string transformed column to a float, int?
I had to turn a column of a database into a string in order to remove the last digits of the values, which were 0.1, 0.2 or 0.3 and this would disturb my data in the future. However, by trying to…
-
-1
votes1
answer86
viewsGroup object in javascript by categories
I have a code with Datatable and wanted to group and add values in situations var table = $('#tabelaDadosFinanc').DataTable(); var data = table .rows() .data(); var total = 0; for (var i = 0; i <…