Questions tagged as 'table'

1
answer

How to get data from a dynamic HTML table to make a record?

I have the following situation: I'm trying to register data from the Protocol Checklist , but this data is inside an HTML PivotTable, as shown in the following image: Whentryingtosavethisdata,onlythelastrecord(item4)ispassedintherequest...
asked by 19.11.2018 / 15:26
2
answers

How to create a responsive price table?

I need to create a responsive price table, but I do not know how to start. I do not know if I use list or table. Here is an example of how to stay: Does anyone have any ideas?     
asked by 29.07.2014 / 17:45
1
answer

Importing an HTML Table into a Database

Hello, I'm a beginner in Django and JS. I'm having a lot of work to import an HTML table into a SQL database. Can you do that? Would it be better to collect this data and import it directly through html or better with a backend? If so, how wo...
asked by 08.11.2018 / 03:52
1
answer

How to fix an HTML table without resizing

I have an event calendar where the user clicks on a date and opens a modal to do the registration. Butwhenascheduleisincluded,itlookslikethis: Notethaton03,despitehavinglimitedthecharacterswithsubstr()inPHPandplacedwidth:50px,itpushedtoanoth...
asked by 13.10.2018 / 16:52
1
answer

Information gets out of the table in while

Only the first tbody information is displayed but the others appear in lines outside the table. That's the part of my code. What could be making this happen? <?php } }else { $sqle = mysqli_query($conn, "SELECT * FROM jsondados...
asked by 08.08.2018 / 18:28
1
answer

Retrieve table cell value and move to second PHP screen

Hello, I have a need and I have a great difficulty with PHP, some I was able to help myself, I'm creating a table with information from the database, and inside a cell I'm putting an Onclick to open a second screen to show the detailing. I ne...
asked by 26.06.2018 / 18:51
1
answer

SQL server error creating table

I tried to create multiple 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 "loan". E    "Msg 1750, Level 16, State 0, Lin...
asked by 07.05.2018 / 14:50
1
answer

Calculate values for each column of an html table

I'm wanting to calculate values from a table. Each column has different values, at the end of the table, I would like to enter the total value. Below is my html. <table class="table table-striped m-table m-table--head-bg-success">...
asked by 11.06.2018 / 04:15
1
answer

Create a Table-Relationship (N: N) that relates to a Table-Normal and another Table-Relationship (N: N) in SQL Server 2014 Management Studio

I'm trying to create this SQL Server Data Script, but when I run the following error message occurs:    Msg 1776, Level 16, State 0, Line 161 There are no primary keys or   candidates in the reference table 'tblSupplierInsumo' which   corresp...
asked by 20.01.2018 / 23:40
1
answer

Erase row of a table with javascript

I have a table with several elements (partners), and I need to make the delete button work. But whenever I put the event button it deletes all elements and not just the line I want. <table id="parceiro" class="table table-bordered table-str...
asked by 05.12.2017 / 13:49