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
votes0
answers123
viewsdoubt with checkbox / angular
Guys I got this table: <table class="uk-table uk-table-nowrap"> <thead> <tr> <th class="uk-width-1-10 uk-text-center small_col"><input type="checkbox" icheck…
-
0
votes1
answer402
viewsText with 2 different alignments
.table, th, td { border: solid #000000; border-collapse: collapse; border-width: 3px; } .th, td { border-width: 3px; font-family: Open Sans; } <!DOCTYPE html> <html> <head>…
-
0
votes0
answers212
viewsEmail - Mobile Column Breaking Marketing
Good afternoon, I’m developing a website for an email marketing, it is ready, but I’ve been looking on the internet and I saw that to leave responsive without using media query... and I tried to…
-
0
votes1
answer397
viewsdelete files from table
I’m trying to delete an item from the table, but when I click it doesn’t delete. Recognizes the id and everything, only when I update the item has not been deleted. <?php…
-
0
votes1
answer37
viewsI can’t take table value and use in ajas
You guys talking, Blz? I’m a beginner in php and have a table populated with while and need to use the value of a td in a select on another page returning in a modal. The structure I built works if…
-
0
votes3
answers842
viewsDo you have to make the user type the number of rows and columns of a table and this table appears in PHP?
I must create a code that the user can enter the number of rows and columns a table should have, and this table should appear to the user. I try this code here, but the table does not appear with…
-
0
votes0
answers136
viewsAdd Dynamic line values in the Database
I have this table above , and I have the add button to add a row to this table , as in the image below. I wonder if you have how to save this new data from the line added in the database follows my…
-
0
votes1
answer101
viewsProblem with wp_termmeta table
The following error is permanently occurring, recorded in my error_log: Error in Wordpress Table database 'odiletan_bd.wpTP737termmeta' doesn't exist na query SELECT term_id, meta_key, meta_value…
-
0
votes1
answer124
viewsSplit table into two div
Hello I have four div with fixed size 300px each, and a table in the first div, I need that when this table exceeds the size 300px the rest of the content go to the second div and so on. #pg1{…
-
0
votes1
answer118
viewsTable header thead does not align with lines after append
I have a problem with the code, I need to align Thead tags on my table that receives a json of all the data, the data is coming and the header is there, but both are not aligned, I need a help. HTML…
-
0
votes2
answers132
viewsProblems with update in federated table
I have a problem understanding a mistake when using a federated table. Setting: Server A: create view federated_view as SELECT .... Server B: create table table_federated (A, B, C) ENGINE=FEDERATED…
-
0
votes1
answer1584
viewsAlign table columns
I have the following table, and would like to know how I can align the values according to the corresponding column As you can see in the image the values are misaligned, the 9 that refers to "GP"…
-
0
votes1
answer42
viewsApplying style to table in javascript
I have a table <div class="container-fluid" style="margin-left: -29px; margin-right: -29px"> <!--Striped Rows--> <div class="row clearfix"> <div class="col-lg-12 col-md-12…
-
0
votes2
answers319
viewsSelect combobox from a click on the table row
I have a combobox and a table: I would like every time when clicking on the table, select the item in the combobox according to the click. Follow example of the problem. Try to click several times…
-
0
votes1
answer230
viewsFill table column with Object Json (using Footable)
I’m testing a plugin to load a Json into a table, footable, I managed to make it load simple Json. But when I test a Json where one of the columns is a Json object I cannot see the fields of that…
-
0
votes1
answer54
viewsI am unable to gather data - must be lack of INNER JOIN
I have two tables, the tab_prefixo has number of prefixo and gerente responsible (important data), and in the other (table tab_valores), also presents the prefixo, plus nome, valor and data. I want…
-
0
votes3
answers1242
viewsPHP-Loop repetition table using multidimensional array
Hello, I need to make a table like the one in the image but using this array: $teste = array(); $teste[0]['produtos']['nome'] = "Produto 1"; $teste[0]['produtos']['descricao'] = "Descrição do…
-
0
votes2
answers127
viewsConvert HTML5 table + images to CSV or SQL
I’m in big trouble! I have basically 1.5 million records including images in an HTML5 table (it already starts there, the browser does not render all images). My idea was to convert this table to…
-
0
votes1
answer26
viewsHow to order 1/5 plots field in datatables
$.ajax ({ type: 'POST', dataType: 'json', url: BASE_URL + '/conta_pagar/pesquisa_contas', data: {palavra: palavra}, success: function (json) { var colunaNome…
-
0
votes1
answer257
viewsCarousel with a Table
I have a table with Bootstrap and Datatables. But he wanted to do something as if it were a Carousel, that every X seconds he went to the next page, How can I do this with…
-
0
votes0
answers136
viewsError with array passing in foreach
function preencherJason() { document.getElementById('json_prod').value = ''; var arrayProduto = []; var table = $('#products_table'); table.find('tr').each(function() { var nodesTd =…
-
0
votes1
answer3738
viewsDelete row from a table with javascript
I have a table with several elements (partners), and I need to make the delete button work. But every time I set the event the button erases all the elements and not just the line I want. <table…
-
0
votes1
answer51
viewsTake a value from another field other than id
I have the following tables: 1 - Assignments with the following fields: Id, Request, Collaborator and Date Assignment. 2 - States with the following fields: id, State and State. Numpedido is equal…
-
0
votes0
answers66
viewsHow to unify two tables with repeated primary keys?
I have two tables that we need to unify in one, in a complete way: Consider everything there is in the first, see if it matches with the second and what does not hit or repeat, include in the lines…
-
0
votes0
answers66
viewsHow to unify two tables with repeated primary keys?
I have two tables that we need to unify in one, in a complete way: Consider everything there is in the first, see if it matches with the second and what does not hit or repeat, include in the lines…
-
0
votes1
answer342
viewsRow number in table
I have a table and I want that when you click on the info button, the next row information appears (which is hidden). To do this you would have to take the value of td that I clicked and enable with…
-
0
votes1
answer1249
viewsCreate a Relationship Table (N:N) that relates to a Normal-Table and another Relationship-Table (N:N) in SQL Server 2014 Management Studio
I am trying to create this SQL Server Data Flock Script, but when I run the following error message: Msg 1776, Level 16, State 0, Line 161 There are no primary keys or candidates in the reference…
-
0
votes1
answer42
viewsI am looking for a way to transform JSON into a table automatically in the chorme
My university has a really crappy website, so I set up some schematics to be notified on Discord (using a plugin called Distill and a webhook) every time there’s a change in a note. However, the…
-
0
votes2
answers374
viewsInput fields are not being filled in according to value
In my system there is a page with a form that registers an order and another page with a table that shows all registered order records. Each row of the table has a request and an edit button that…
-
0
votes1
answer156
viewsHTML table with misaligned columns
I have this table: As it is possible to repair, the columns are not aligned with the lines, and I do not know pq and do not know how to tidy, since q smp did this way and never had this problem.…
-
0
votes1
answer75
viewsR - Graphs with information from different columns
Hello, I have the following problem: I need to create a table and a chart with information on educational level for different positions of the firm for different years and regions. I have 4 levels…
-
0
votes1
answer1814
viewsTake all data from an HTML table and insert it into the database
I have an editable table in html, when clicking save, I need to take all the data of the table, send by ajax to the page that makes the INSERT of all the lines in the database. My doubt would be:…
-
0
votes2
answers37
viewsTable does not want to be vertical
I wanted to know what I’m doing wrong, because I created a table in the template taking information from an api. Wanted to order themselves vertically and not in the orizontal. <!Doctepy html>…
-
0
votes2
answers4800
viewsAdd input with Javascript
Hello, I’m new here. I’d like to know how to make my javascript-generated input inherit the css formatting my html input has. Follow the code: <html> <head>…
-
0
votes1
answer187
viewsSQL server error to create table
I tried to create several tables in SQL but 2 of them gave the same error: "Msg 1767, Level 16, State 0, Line 72 Foreign key 'Fk__movimento__codem__3118447e' References invalid table "emprestimo".…
-
0
votes1
answer66
viewsHelp with PHP and HTML
I am learning php and html and would like some help if possible, of course. I am creating a table according to some variables passed as parameter and when it is created ! I would like to remove…
-
0
votes0
answers388
viewsProblem with CSS page numbering in print view
I have a report where several tables are created separated by categories with specific header and footer that repeat. I need to add a page numbering for the categories where in each new category…
-
0
votes1
answer40
viewsChanging the table field
I have this table which I made as a test where I would like when the user schedules himself a time in a possible it can come with a letter and put in place of the one and changes the color of the…
-
0
votes1
answer463
viewsCalculate values for each column of an html table
I want to calculate values from a table. Each column has different values, at the end of the table, I would like to inform the total value. Below is my html. <table class="table table-striped…
-
0
votes0
answers784
viewsFiltering by date with dataTables how to do - uncomplicated
Hello! I’m implementing the data filter with jquery datatable, with the draw() feature embedded. It’s a little complicated so I’d like to see if anyone can understand. I put the code in the fiddle:…
-
0
votes1
answer55
viewsIndent table Cell value and move to a Second PHP screen
Hello, I have a need and I have a great difficulty with PHP, some I managed to help me, I am creating a table with database information, and inside a cell I am putting an Onclick to open a second…
-
0
votes1
answer131
viewsValidate table row contents
I have a function that returns the results, which will fill my table. I want that when there is no result, a message appears,. <?php //Pagina principal session_start(); // Inicia a sessão…
-
0
votes0
answers22
viewsI can’t get Jtable’s value
So I was trying to look for values in a Jtable, testing if what’s on the x line and the y column matches an object, but it’s not going at all and I don’t know why. I’ve tried everything =( public…
-
0
votes0
answers22
viewsI can’t get Jtable’s value
So I was trying to look for values in a Jtable, testing if what’s on the x line and the y column matches an object, but it’s not going at all and I don’t know why. I’ve tried everything =( public…
-
0
votes1
answer69
viewsHow to make a "part"/line of the <tbody> be static in a responsive table?
Hello. I am using tablesort to sort my table every click I one of your headers. The problem is that the line "Total" <tr class="bg-info"> <th colspan="1">TOTAL:</th> ...…
-
0
votes1
answer23
viewsInformation is off the table in while
Only the first information from tbody is shown the others appear however in lines outside the table. What may be making this happen? follows below the code snippet: <?php } }else { $sqle =…
-
0
votes1
answer36
viewsOrders of the date of a reference in the middle of other dates and references
The situation becomes simpler to understand with a hypothetical scenario. Imagine I bought 3 pieces: Piece A Piece B Piece C. The supplier, as he did not have everything ready for delivery, divided…
-
0
votes2
answers588
viewsHow to put td as link.
Good morning, you guys! I would like to place the contents of a <td> as a link so that the user can access the image that is in a folder on the server. That’s the : //Montando o corpo da…
-
0
votes1
answer180
viewsErrors with js table filter and paging
I found some practical errors running my code and don’t know how to fix it. Follow the code below: <div id="divConteudo"> <?php $con_string = "host='***' port=5432 dbname='***' user='***'…
-
0
votes1
answer206
viewsFixing an HTML table without allowing resizing
I have a calendar of events where the user clicks on a date and opens a modal to register. But when a schedule is included, it stays that way: Note that on day 03, despite having limited the…